2019-10-31 17:16:28 +00:00
|
|
|
[package]
|
|
|
|
name = "vhost_user_fs"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-10-31 17:26:24 +00:00
|
|
|
bitflags = "1.1.0"
|
2020-05-26 15:44:29 +00:00
|
|
|
libc = "0.2.71"
|
2019-10-31 20:09:20 +00:00
|
|
|
log = "0.4.8"
|
2020-05-01 16:26:07 +00:00
|
|
|
# Match the version in vmm
|
|
|
|
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.21.1" }
|
2020-04-24 11:43:36 +00:00
|
|
|
tempdir= "0.3.7"
|
2020-05-28 15:06:54 +00:00
|
|
|
vm-memory = "0.2.1"
|
2019-10-31 21:55:06 +00:00
|
|
|
vm-virtio = { path = "../vm-virtio" }
|
2020-02-25 03:26:35 +00:00
|
|
|
vhost_rs = { git = "https://github.com/cloud-hypervisor/vhost", branch = "dragonball", package = "vhost", features = ["vhost-user-slave"] }
|