summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-15 00:25:20 +0200
committerpml68 <contact@pml68.dev>2025-06-15 00:25:20 +0200
commitfaa89b670385b09cef1b1e7b2f64f34a5689f06e (patch)
tree2f8234d9fe7500da068132a035c017972c159bb8 /Cargo.toml
parentfeat: create config file on startup if it doesn't exist (diff)
downloadiced-builder-faa89b670385b09cef1b1e7b2f64f34a5689f06e.tar.gz
feat: write defaults to newly created config file if it's missing
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c9819ee..2adda8b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }