fix(publish): anchor include globs to crate root
CI / build-(macos-latest) (push) Has been cancelled
CI / build-(ubuntu-latest) (push) Has been cancelled
CI / build-(windows-latest) (push) Has been cancelled
codeberg-mirror / mirror (push) Has been cancelled
Install.sh / build (macos-latest) (push) Has been cancelled
Install.sh / build (ubuntu-latest) (push) Has been cancelled
Site / build-site (push) Has been cancelled

Unanchored include patterns (LICENSE, README.md) matched at any depth
via gitignore-glob semantics, pulling 437 site/node_modules files into
the package and breaking cargo publish's dirty check.
This commit is contained in:
Christian Visintin
2026-06-08 21:18:43 +02:00
parent 4b6325ebe3
commit 77281ed926
+1 -1
View File
@@ -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"