From 97b98aff3e8e657de0a630b071bb0922f15bfcd6 Mon Sep 17 00:00:00 2001 From: videogame hacker Date: Thu, 2 Sep 2021 03:21:05 +0100 Subject: [PATCH] Remove comment from Cargo.toml --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 362d152..9953ef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,6 @@ name = "phoebe" version = "0.1.0" edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] bincode = "1.3.3" discord_message_format = { git = "https://git.lavender.software/charlotte/discord-message-format.git" }