We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbf73b commit 403f5deCopy full SHA for 403f5de
1 file changed
Cargo.toml
@@ -2,6 +2,10 @@
2
name = "hugepage-rs"
3
version = "0.1.0"
4
edition = "2018"
5
+license = "MIT OR Apache-2.0"
6
+description = "wrapped allocator for linux hugepage"
7
+repository = "https://github.com/cppcoffee/hugepage-rs"
8
+readme = "README.md"
9
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
0 commit comments