From 2f36542e069b1dcd397554d917832a9b64412ea5 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 24 Jan 2022 20:54:12 +0530 Subject: [PATCH] Revert "Revert "all: run cargo diet"" This reverts commit 9cd489ae82cc317e3772c26be50a1311efe227ca. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ab6bca8..f380d9b 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.53"