diff --git a/Cargo.toml b/Cargo.toml index f4e1bd3..104c8fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,6 @@ version = "0.2.0" edition = "2021" license = "MIT" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] anyhow = "1.0.75" axum = { version = "0.7.5", features = [ "tracing" ] }