From faa89b670385b09cef1b1e7b2f64f34a5689f06e Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 15 Jun 2025 00:25:20 +0200 Subject: feat: write defaults to newly created config file if it's missing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3