Skip to content

Commit 5fbce4b

Browse files
Exclude '.github' and '.vscode' from the published crate.
1 parent 453fdd8 commit 5fbce4b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ readme = "README.md"
1212
keywords = ["slice", "ice", "icerpc"]
1313
license = "Apache-2.0"
1414
edition = "2021"
15+
exclude = [
16+
".github/*",
17+
".vscode/*",
18+
]
1519

1620
[dependencies]
1721
# derive feature allows structs to derive Parser automatically

0 commit comments

Comments
 (0)