diff options
| author | Joe Carstairs <me@joeac.net> | 2026-05-15 14:37:15 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-05-15 14:39:59 +0100 |
| commit | 2068342144fe093efba9b9ff080017d294da7b6d (patch) | |
| tree | a4dd0ef5c6460deca4f588334215994b2c3d1cd0 /Cargo.toml | |
| parent | e433feddbe418b57e829ff86fba374a5d57990f2 (diff) | |
add anyhow, serde, toml, dirs
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |
