panorama/panorama-gui/Cargo.toml
2021-07-19 18:16:08 -05:00

13 lines
308 B
TOML

[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"] }