From 3dcea5841998e9198156765a4860dad979afa79c Mon Sep 17 00:00:00 2001 From: minish Date: Tue, 28 Feb 2023 23:20:57 +0000 Subject: [PATCH] remove comment from cargo.toml --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) 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"] }