Skip to content

Commit 0992895

Browse files
committed
misc(cargo): exclude tools
1 parent 1879223 commit 0992895

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
@@ -8,7 +8,7 @@ repository = "https://github.com/ModelTC/mtc-incremental-bpe"
88
homepage = "https://github.com/ModelTC/mtc-incremental-bpe"
99
documentation = "https://docs.rs/mtc-incremental-bpe"
1010
readme = "README.md"
11-
exclude = ["release-plz.toml", ".github"]
11+
exclude = ["release-plz.toml", ".github", "tools"]
1212

1313
[dependencies]
1414
bytes = { version = "1.11.0", default-features = false }

0 commit comments

Comments
 (0)