diff options
| author | pml68 <contact@pml68.dev> | 2025-06-15 00:25:20 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-15 00:25:20 +0200 |
| commit | faa89b670385b09cef1b1e7b2f64f34a5689f06e (patch) | |
| tree | 2f8234d9fe7500da068132a035c017972c159bb8 /Cargo.toml | |
| parent | feat: create config file on startup if it doesn't exist (diff) | |
| download | iced-builder-faa89b670385b09cef1b1e7b2f64f34a5689f06e.tar.gz | |
feat: write defaults to newly created config file if it's missing
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ material_theme = { path = "crates/material_theme", features = ["animate", "serde serde.workspace = true serde_json = "1.0.140" toml.workspace = true -tokio = { version = "1.45.1", features = ["fs"] } +tokio = { version = "1.45.1", features = ["fs", "io-util"] } tokio-stream = { version = "0.1", features = ["fs"] } # TODO: enable tokio when it doesn't crash anymore # rfd = { version = "0.15.2", default-features = false, features = ["tokio", "xdg-portal"] } |
