Skip to content

Commit f3d019a

Browse files
committed
chore: include examples
1 parent 1c92819 commit f3d019a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@ categories = ["network-programming"]
44
description = "remotefs SSH client library"
55
documentation = "https://docs.rs/remotefs-ssh"
66
edition = "2024"
7-
include = ["benches/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
7+
include = [
8+
"benches/**/*",
9+
"examples/**/*",
10+
"src/**/*",
11+
"LICENSE",
12+
"README.md",
13+
"CHANGELOG.md",
14+
]
815
keywords = ["remotefs", "ssh-client", "scp-client", "sftp-client"]
916
license = "MIT"
1017
name = "remotefs-ssh"

0 commit comments

Comments
 (0)