summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Hafskjold Thoresen <martin@vind.ai>2025-01-04 13:11:57 +0100
committerMartin Hafskjold Thoresen <martin@vind.ai>2025-01-04 13:11:57 +0100
commit7a049d3acf49af248700e18568ee18ee9e99fc9c (patch)
treeddb0f8ced9316e1918b0bb75a5cfb63d8f67c5b0 /Cargo.toml
parent6551d2e70cc48fcc699bb1c6f4dc94ca6e794dd1 (diff)
downloadmusicgame-7a049d3acf49af248700e18568ee18ee9e99fc9c.tar.gz
musicgame-7a049d3acf49af248700e18568ee18ee9e99fc9c.zip
Basics up
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 77e8463..634a60e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,13 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+anyhow = "1.0.95"
+axum = "0.8.1"
+axum-extra = "0.10.0"
+axum-macros = "0.5.0"
+cookie = { version = "0.18.1", features = ["percent-encode"] }
+maud = "0.26.0"
+tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread", "process", "time"] }
+tower-http = { version = "0.6.2", features = ["catch-panic", "trace"] }
+tracing = "0.1.41"
+tracing-subscriber = { version = "0.3.19", features = ["tracing"] }