From a69a352b4f242e321c04860e679e1fe894fa8435 Mon Sep 17 00:00:00 2001 From: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com> Date: Fri, 15 Jul 2022 11:05:20 +0900 Subject: [PATCH] remove comment --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 23befd7c..9be76e07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,6 @@ version = "1.4.2-dev" authors = ["Yamato Security @SecurityYamato"] edition = "2021" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] itertools = "*" dashmap = "*"