diff --git a/Cargo.toml b/Cargo.toml index b0f3dee..3bcc1f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" repository = "https://github.com/veeso/termscp" categories = ["command-line-utilities"] homepage = "https://termscp.rs" -include = ["src/**/*", "build.rs", "LICENSE", "README.md", "CHANGELOG.md"] +include = ["/src/**/*", "/build.rs", "/LICENSE", "/README.md", "/CHANGELOG.md"] keywords = ["terminal", "ftp", "scp", "sftp", "tui"] readme = "README.md" rust-version = "1.89.0"