smol bot
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -42,6 +42,13 @@ logos = "0.14.0" base64 = "0.21.7" humantime = "2.1.0" memory-stats = { version = "1.1.0", features = ["always_use_statm"] } +axum = { version = "0.6.18", features = ["tokio", "http1", "macros"], default-features = false } +serde_json = "1.0.122" +serde = "1.0.204" +atools = "0.1.5" +edg = { path = "../edg" } +httpdate = "1.0.3" + [profile.release] strip = true |