Skip to content

Commit b3ca39e

Browse files
andreeaflorescualxiord
authored andcommitted
fixed the crate manifest
The crate description is a required field of the manifest. This is needed for publishing the crates on crates.io. Added keywords as well to make this crate easy to discover. Signed-off-by: Andreea Florescu <fandree@amazon.com>
1 parent 2099f41 commit b3ca39e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[package]
22
name = "vm-memory"
33
version = "0.1.0"
4+
description = "Safe abstractions for accessing the VM physical memory"
5+
keywords = ["memory", "virtual machine"]
46
authors = ["Liu Jiang <gerry@linux.alibaba.com>"]
57
repository = "https://github.com/rust-vmm/vm-memory"
68
license = "Apache-2.0 OR BSD-3-Clause"

0 commit comments

Comments
 (0)