Skip to content

Commit

Permalink
Exclude tsv from package
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Feb 8, 2024
1 parent 4ad59f9 commit 0bad3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
version = "0.3.0"
edition = "2021"
rust-version = "1.70.0"
exclude = [".github", ".gitignore", "*.sh"]
exclude = [".github", ".gitignore", "*.sh", "*.tsv"]

[dependencies]
thiserror = "1.0.56"
Expand Down

0 comments on commit 0bad3ea

Please sign in to comment.