relmfetch/Cargo.toml
2021-07-20 22:10:18 +02:00

15 lines
349 B
TOML

[package]
name = "relmfetch"
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"
gtk = "0.14.0"
relm = "0.22.0"
relm-derive = "0.22.0"
reqwest = "0.11.4"
tokio = { version = "1.8.2", features = ["macros", "rt-multi-thread", "sync"] }