summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9181b8e..9fdbd0c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,16 +6,17 @@ edition = "2021"
[dependencies]
tokio = { version = "1.23.0", features = ["full"] }
axum = { version = "0.6.4", features = ["headers"] }
+axum-client-ip = "0.3.1"
tower-http = { version = "0.3.5", features = ["fs"] }
+tower_governor = "0.0.4"
tower-cookies = "0.8.0"
tower = "0.4.13"
+tracing = "0.1.37"
+tracing-subscriber = "0.3.16"
bytes = "1.3.0"
-axum-client-ip = "0.3.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["std"] }
rusqlite = { version = "0.28.0", features = ["bundled"] }
rand = "0.8.5"
time = "0.3.17"
-lazy_static = "1.4.0"
-tracing = "0.1.37"
-tracing-subscriber = "0.3.16" \ No newline at end of file
+lazy_static = "1.4.0" \ No newline at end of file