diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-26 01:06:55 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-26 01:06:55 -0500 |
| commit | 16f8cf5ced3ddcbfb142665e3f372e0fc8be73c5 (patch) | |
| tree | b4761495520d84ce4a7043ec528e290a2d1b0506 /Cargo.toml | |
| parent | 9590b3e84a9502accf801110b9695aab72423fb2 (diff) | |
add site
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 14 |
1 files changed, 14 insertions, 0 deletions
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" |
