From 8ed08c5fa067dcd94d6c55482d675adde225b4cd Mon Sep 17 00:00:00 2001 From: Rostislav Raykov Date: Mon, 23 Sep 2019 10:58:17 +0200 Subject: [PATCH] style: Remove comment from Cargo.toml --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c4f9223..fa59f52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,6 @@ license = "MIT" documentation = "https://github.com/zbrox/cloudflare-ddns" readme = "README.md" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] quicli = "0.4" structopt = "0.3.1"