cloud-hypervisor/vendor/git-bda1448fb2afcb00/linux-loader/Cargo.toml

17 lines
304 B
TOML
Raw Normal View History

[package]
name = "linux-loader"
version = "0.1.0"
authors = ["cathy <cathy.zhang@intel.com>"]
edition = "2018"
license = "Apache-2.0 AND BSD-3-Clause"
[features]
default = ["elf"]
elf = []
bzImage = []
[dependencies.vm-memory]
git = "https://github.com/rust-vmm/vm-memory"
features = ["backend-mmap"]