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