From bc4557a9caae47169fc409db65422adb2a90b923 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Wed, 11 Oct 2023 22:41:55 -0400 Subject: [PATCH] Don't specify specific include --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c655b68..f7d347d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,6 @@ description = "A CLI tool built for creating Containerfile templates based on th repository = "https://gitlab.com/wunker-bunker/ublue-cli" license-file = "LICENSE" categories = ["command-line-utilities"] -include = ["templates/"] - -[[bin]] -name = "ublue" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html