diff options
Diffstat (limited to 'iced_builder/Cargo.toml')
| -rw-r--r-- | iced_builder/Cargo.toml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/iced_builder/Cargo.toml b/iced_builder/Cargo.toml index c2437ec..638006b 100644 --- a/iced_builder/Cargo.toml +++ b/iced_builder/Cargo.toml @@ -13,13 +13,17 @@ iced = { version = "0.13.1", features = [ "image","svg","canvas","qr_code","adva # iced_aw = { version = "0.11.0", default-features = false, features = ["menu","color_picker"] } iced_anim = { version = "0.1.4", features = ["derive", "serde"] } iced_drop = { path = "../iced_drop" } -serde = { version = "1.0.216", features = ["derive"] } -serde_json = "1.0.133" -tokio = { version = "1.42.0", features = ["fs"] } +serde = { version = "1.0.217", features = ["derive"] } +serde_json = "1.0.134" +toml = "0.8.19" +tokio = { version = "1.42", features = ["fs"] } +tokio-stream = { version = "0.1", features = ["fs"] } rfd = { version = "0.15.1", default-features = false, features = ["async-std", "gtk3"] } rust-format = "0.3.4" uuid = { version = "1.11.0", features = ["v4", "serde"] } -thiserror = "2.0.6" +thiserror = "2.0.9" +xdg = "2.5.2" +dirs-next = "2.0.0" [build-dependencies] iced_fontello = "0.13.1" |
