Skip to content

Commit a84a7b8

Browse files
andreeaflorescualxiord
authored andcommitted
crates.io doesn't accept keywords with spaces
Removing virtual machine altogether. Signed-off-by: Andreea Florescu <fandree@amazon.com>
1 parent b3ca39e commit a84a7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "vm-memory"
33
version = "0.1.0"
44
description = "Safe abstractions for accessing the VM physical memory"
5-
keywords = ["memory", "virtual machine"]
5+
keywords = ["memory"]
66
authors = ["Liu Jiang <gerry@linux.alibaba.com>"]
77
repository = "https://github.com/rust-vmm/vm-memory"
88
license = "Apache-2.0 OR BSD-3-Clause"

0 commit comments

Comments
 (0)