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 34ebdf0 commit 22446c7Copy full SHA for 22446c7
Cargo.toml
@@ -4,6 +4,11 @@ version = "0.1.0"
4
authors = ["Cathy Zhang <cathy.zhang@intel.com>"]
5
edition = "2018"
6
license = "Apache-2.0 AND BSD-3-Clause"
7
+description = "A Linux kernel image loading crate."
8
+keywords = ["kernel"]
9
+repository = "https://github.com/rust-vmm/linux-loader"
10
+homepage = "https://github.com/rust-vmm/linux-loader"
11
+readme = "README.md"
12
autobenches = false
13
14
[features]
0 commit comments