diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2024-08-14 07:45:43 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2024-08-17 23:58:13 +0200 |
| commit | 021ca9b3601c1c9bf58b9c1aecc8bd7e0c7ed9b4 (patch) | |
| tree | b455017ccfa74c78d03c81a1e9863a0d30f25710 /Cargo.toml | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..c5e2424 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "rust_attack" +version = "0.1.0" +edition = "2021" + +[dependencies] +axum = "0.7.5" +serde = { version = "1.0.208", features = ["derive"] } +serde_json = "1.0.125" +tokio = { version = "1.39.2", features = ["full"] } +tower = "0.5.0" +tracing = "0.1.40" +tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } |
