We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1353d07 commit 983072eCopy full SHA for 983072e
Cargo.toml
@@ -10,7 +10,12 @@ license = "MIT OR Apache-2.0"
10
repository = "https://github.com/echohumm/memapi"
11
keywords = ["allocator", "no_std", "memory", "allocation"]
12
categories = ["no-std", "memory-management"]
13
-exclude = ["/tests", "/bin", "testall.py", "src/expanded"]
+include = [
14
+ "src/**",
15
+ "build.rs",
16
+ "Cargo.toml",
17
+ "README.md",
18
+]
19
build = "build.rs"
20
21
[package.metadata.docs.rs]
0 commit comments