Skip to content

Commit 652a9d6

Browse files
committed
chore: exclude demo assets from crates.io package
1 parent f11c146 commit 652a9d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
keywords = ["ssh", "ssh-client", "tui", "ssh-manager", "mcp"]
1111
categories = ["command-line-utilities", "development-tools"]
1212
rust-version = "1.86"
13-
exclude = [".github/", ".gitignore"]
13+
exclude = [".github/", ".gitignore", "demo.gif", "demo.webm", "screenshots/", "preview.png"]
1414

1515
[lib]
1616
name = "purple_ssh"

0 commit comments

Comments
 (0)