Skip to content

Commit

Permalink
chore: exclude irrelevant files from cargo pkg
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Sep 20, 2024
1 parent e94b26e commit 70600f2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ edition.workspace = true
license.workspace = true
repository.workspace = true

exclude = [
"*.a",
"*.go",
"*.h",
"*.s",
"*.wasm",
".github",
".gitignore",
"examples",
"flake.*",
"go.*",
"rust-toolchain.toml",
"tests",
]

[workspace]
members = ["crates/*", "tests/components/*"]

Expand Down

0 comments on commit 70600f2

Please sign in to comment.