Skip to content

Commit

Permalink
Be more strict about which files are included in crate packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Dec 8, 2024
1 parent cdc0757 commit 42adade
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 @@ -14,7 +14,7 @@ Ergonomic wrapper around `Vec::from_raw_parts` and `Vec::into_raw_parts`.
"""
keywords = ["ffi", "no_std", "unsafe", "vec", "vector"]
categories = ["no-std", "rust-patterns"]
include = ["src/**/*", "tests/**/*", "LICENSE", "README.md"]
include = ["/src/**/*", "/tests/**/*", "/LICENSE", "/README.md"]

[dependencies]

Expand Down

0 comments on commit 42adade

Please sign in to comment.