remove comment from cargo.toml

This commit is contained in:
minish 2023-02-28 23:20:57 +00:00 committed by minish
parent 527e3c37ab
commit 3dcea58419
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ name = "breeze"
version = "0.1.3" version = "0.1.3"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
axum = { version = "0.6.1", features = ["macros"] } axum = { version = "0.6.1", features = ["macros"] }
hyper = { version = "0.14", features = ["full"] } hyper = { version = "0.14", features = ["full"] }