From 378e3f46ea107f58de1de9b98168d4786cd7328a Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Tue, 7 Jul 2026 11:41:03 +1000 Subject: [PATCH] chore: replace configparser with toml crate dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0e255dd..bae75b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -configparser = "3.0.4" +toml = "0.8" dbus = "0.9.7" glob = "0.3.1" rand = "0.8.5"