thief-book-manager/Cargo.toml

11 lines
334 B
TOML
Raw Normal View History

2024-01-21 15:11:03 +00:00
[package]
name = "thief-book-manager"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-01-21 16:15:36 +00:00
iced = { git = "https://github.com/iced-rs/iced.git", version = "0.12.0", features = ["tokio"] }
tokio = { version = "1.35.1", features = ["fs"] }