add anyhow, serde, toml, dirs

This commit is contained in:
2026-05-15 14:37:15 +01:00
parent e433feddbe
commit 2068342144
4 changed files with 159 additions and 6 deletions
+4
View File
@@ -4,4 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.102"
dirs = "6.0.0"
rocket = "0.5.1"
serde = "1.0.228"
toml = "1.1.2"