smol bot
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b705c0..fef0bea 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,11 @@ 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 }
+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"