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"] }
|
2024-01-21 19:13:37 +00:00
|
|
|
rfd = "0.13.0"
|
2024-01-21 16:15:36 +00:00
|
|
|
tokio = { version = "1.35.1", features = ["fs"] }
|
2024-02-05 16:33:09 +00:00
|
|
|
walkdir = "2.4.0"
|