mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-25 22:18:59 +00:00
template: fix up Cargo.toml
Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
This commit is contained in:
parent
f1411b0450
commit
37e527045a
@ -5,18 +5,17 @@ authors = ["Viresh Kumar <viresh.kumar@linaro.org>"]
|
||||
description = "Template for a vhost backend device"
|
||||
repository = "https://github.com/rust-vmm/vhost-device"
|
||||
readme = "README.md"
|
||||
keywords = ["template", "vhost", "virt", "backend"]
|
||||
keywords = ["template", "vhost", "virtio", "backend"]
|
||||
categories = ["virtualization"]
|
||||
license = "Apache-2.0 OR BSD-3-Clause"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[features]
|
||||
xen = ["vm-memory/xen", "vhost/xen", "vhost-user-backend/xen"]
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
clap = { version = "4.5", features = ["derive"] }
|
||||
env_logger = "0.11"
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user