chore: replace configparser with toml crate dependency

This commit is contained in:
Benjamyn Love 2026-07-07 11:41:03 +10:00
parent c44518759f
commit 378e3f46ea

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
configparser = "3.0.4" toml = "0.8"
dbus = "0.9.7" dbus = "0.9.7"
glob = "0.3.1" glob = "0.3.1"
rand = "0.8.5" rand = "0.8.5"