smol bot
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0d6f18..85d7424 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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