From 16f8cf5ced3ddcbfb142665e3f372e0fc8be73c5 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Tue, 26 May 2026 01:06:55 -0500 Subject: add site --- Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e875dbc --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "site" +version = "0.1.0" +edition = "2024" + +[dependencies] +axum = "0.8.9" +serde = "1.0.228" +serde_json = "1.0.150" +tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread"] } +tower = "0.5.3" +tower-http = { version = "0.6.11", features = ["compression-gzip", "fs", "timeout", "trace"] } +tracing = "0.1.44" +tracing-subscriber = "0.3.23" -- cgit v1.2.3