[package] name = "gui" version = "0.1.6" authors = ["LordMZTE "] edition = "2018" [package.metadata.deb] name = "jensmemes-gui" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "jmg" path = "src/main.rs" [dependencies] anyhow = "1.0.40" druid = "0.7.0" libjens = { git = "https://tilera.xyz/git/LordMZTE/libjens.git", rev = "d4a8b3" } reqwest = "0.10" tokio = { version = "0.2.23", features = ["macros"] }