diff --git a/Cargo.toml b/Cargo.toml index 1d843f3..7a2b9a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,6 @@ name = "breeze" version = "0.1.3" edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] axum = { version = "0.6.1", features = ["macros"] } hyper = { version = "0.14", features = ["full"] }