panorama/panorama-gui/Cargo.toml

14 lines
308 B
TOML
Raw Normal View History

2021-07-19 23:16:08 +00:00
[package]
name = "panorama-gui"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.42"
iced = "0.3.0"
iced_native = "0.4.0"
structopt = "0.3.22"
tokio = { version = "1.8.2", features = ["full"] }