From 95d93963fa3e8ab39ea948eda1c2b7b9fa288b41 Mon Sep 17 00:00:00 2001 From: Atsukoro1 Date: Mon, 5 Dec 2022 13:10:24 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Cargo=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73be1b6..65db89d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,8 @@ version = "0.1.0" authors=["Atsukoro1"] license="GNU GENERAL PUBLIC LICENSE 2.0" categories=["command-line-utilities"] -edition = "2021" \ No newline at end of file +edition = "2021" +include = [ + "**/*.rs", + "Cargo.toml", +] \ No newline at end of file