Skip to content

Commit

Permalink
Cleanup crate packages (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle authored Sep 11, 2023
1 parent 29e24ec commit d84bac5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 66 deletions.
23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

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"
name = "zstd"
repository = "https://github.com/gyscos/zstd-rs"
version = "0.12.4"
exclude = ["assets/*.zst"]
exclude = ["assets/*.zst", "/.github"]
readme = "Readme.md"
edition = "2018"
rust-version = "1.64"
Expand Down
40 changes: 0 additions & 40 deletions appveyor.yml

This file was deleted.

1 change: 1 addition & 0 deletions zstd-safe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license = "MIT/Apache-2.0"
readme = "Readme.md"
edition = "2018"
rust-version = "1.64"
exclude = ["update_consts.sh"]

[package.metadata.docs.rs]
features = ["experimental", "arrays", "std", "zdict_builder", "doc-cfg"]
Expand Down
6 changes: 4 additions & 2 deletions zstd-safe/zstd-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ rust-version = "1.64"
# Use include instead of exclude, as a (temporary)
# workaround for https://github.com/rust-lang/cargo/issues/9555
include = [
"/LICENSE",
"/*.*",
"/LICENSE*",
"!/*.sh",
"/build.rs",
"/*.h",
"/src/",
"/wasm-shim/**/*.h",
"/zstd/LICENSE",
Expand Down

0 comments on commit d84bac5

Please sign in to comment.