Skip to content

Commit 983072e

Browse files
committed
fix ex/include list
1 parent 1353d07 commit 983072e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/echohumm/memapi"
1111
keywords = ["allocator", "no_std", "memory", "allocation"]
1212
categories = ["no-std", "memory-management"]
13-
exclude = ["/tests", "/bin", "testall.py", "src/expanded"]
13+
include = [
14+
"src/**",
15+
"build.rs",
16+
"Cargo.toml",
17+
"README.md",
18+
]
1419
build = "build.rs"
1520

1621
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)