From 0d10f0eba766fc28d0d40035cecac25f9fe58b17 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 20 Dec 2021 19:10:31 +0530 Subject: [PATCH] cargo: cleanup manifest --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba7fbe8..bfcb71b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,6 @@ license = "MIT/Apache-2.0" keywords = [] readme = "README.md" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] anyhow = "1.0.51" clipboard = "0.5.0"