From f977dce01be9de61a64b94aab883fb43949234b3 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 20 Mar 2024 14:22:24 -0500 Subject: chore: initial commit --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..874d5ab --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,16 @@ +[package] +name = "unnamed-server" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +anyhow = "1.0.81" +axum = "0.7.4" +axum-extra = { version = "0.9.2", features = ["typed-routing"] } +serde_json = "1.0.114" +thiserror = "1.0.58" +tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "signal"] } +tracing = "0.1.40" +tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } -- cgit v1.2.3-70-g09d2