Skip to content

Commit 37e5270

Browse files
committed
template: fix up Cargo.toml
Signed-off-by: Manos Pitsidianakis <[email protected]>
1 parent f1411b0 commit 37e5270

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

vhost-device-template/Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@ authors = ["Viresh Kumar <[email protected]>"]
55
description = "Template for a vhost backend device"
66
repository = "https://github.com/rust-vmm/vhost-device"
77
readme = "README.md"
8-
keywords = ["template", "vhost", "virt", "backend"]
8+
keywords = ["template", "vhost", "virtio", "backend"]
9+
categories = ["virtualization"]
910
license = "Apache-2.0 OR BSD-3-Clause"
1011
edition = "2021"
1112
publish = false
1213

13-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14-
1514
[features]
1615
xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]
1716

1817
[dependencies]
19-
clap = { version = "4.5", features = ["derive"] }
18+
clap = { version = "4.5", features = ["derive"] }
2019
env_logger = "0.11"
2120
libc = "0.2"
2221
log = "0.4"

0 commit comments

Comments
 (0)