diff options
| author | jakka <jakka@jakka.su> | 2025-09-09 10:11:04 +0300 |
|---|---|---|
| committer | jakka <jakka@jakka.su> | 2025-09-09 10:11:04 +0300 |
| commit | 3884a14c7dde671a96695f43a23bfbb2bd6c33e5 (patch) | |
| tree | 35656a20a8111a8e234e3231b339dcd309cff5b1 /Cargo.toml | |
| parent | f96c95cdc5d2d974b3a1969a729e0492b178ee46 (diff) | |
continued working on api
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] +http = "1.3.1" musli = { version = "0.0.145", features = ["json"] } thiserror = "2.0.16" ureq = "3.1.0" |
