From 380ecde9659776b53e1db50c129040decdbe7b9c Mon Sep 17 00:00:00 2001 From: Marc Brinkmann Date: Sun, 7 Apr 2024 18:37:09 +0200 Subject: [PATCH] Remove note in `Cargo.toml` --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) 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" ] }