From 9eeaa007b13c2959e216e4e73de77a3add75078a Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 21 Jan 2022 00:38:47 +0530 Subject: [PATCH] all: run cargo diet --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e08cff6..a1091e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ homepage = "https://github.com/msfjarvis/clipboard-substitutor" license = "MIT/Apache-2.0" keywords = [] readme = "README.md" +include = ["src/**/*", "LICENSE-*", "README.md"] [dependencies] anyhow = "1.0.52"