mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 11:25:20 +00:00
808fcaa43b
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases) - [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.3.0...1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
27 lines
471 B
TOML
27 lines
471 B
TOML
[package]
|
|
name = "cloud-hypervisor"
|
|
version = "0.1.0"
|
|
authors = ["The Cloud Hypervisor Authors"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = "2.33.0"
|
|
lazy_static = "1.4.0"
|
|
log = { version = "0.4.8", features = ["std"] }
|
|
vmm = { path = "vmm" }
|
|
|
|
[dev-dependencies]
|
|
ssh2 = "0.3.3"
|
|
dirs = "2.0.2"
|
|
credibility = "0.1.3"
|
|
tempdir= "0.3.7"
|
|
lazy_static= "1.4.0"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
# Integration tests require a special environment to run in
|
|
integration_tests = []
|
|
|
|
[workspace]
|