summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-05-15 14:37:15 +0100
committerJoe Carstairs <me@joeac.net>2026-05-15 14:39:59 +0100
commit2068342144fe093efba9b9ff080017d294da7b6d (patch)
treea4dd0ef5c6460deca4f588334215994b2c3d1cd0 /Cargo.toml
parente433feddbe418b57e829ff86fba374a5d57990f2 (diff)
add anyhow, serde, toml, dirs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d58a0f9..32e9ad0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"