Skip to content

Commit

Permalink
build: add include directive
Browse files Browse the repository at this point in the history
  • Loading branch information
m4b committed Sep 12, 2022
1 parent 271f306 commit fff2b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = "https://github.com/m4b/scroll"
license = "MIT"
documentation = "https://docs.rs/scroll"
description = "A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers"
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"]

[dependencies]
scroll_derive = { version = "0.11", optional = true, path = "scroll_derive" }
Expand Down
1 change: 1 addition & 0 deletions scroll_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repository = "https://github.com/m4b/scroll"
license = "MIT"
documentation = "https://docs.rs/scroll_derive"
description = "A macros 1.1 derive implementation for Pread and Pwrite traits from the scroll crate"
include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"]

[lib]
proc-macro = true
Expand Down

0 comments on commit fff2b8d

Please sign in to comment.