From 021ca9b3601c1c9bf58b9c1aecc8bd7e0c7ed9b4 Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Wed, 14 Aug 2024 07:45:43 +0200 Subject: Initial commit --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3