cloud-hypervisor/Cargo.toml
dependabot-preview[bot] 808fcaa43b build(deps): bump lazy_static from 1.3.0 to 1.4.0
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>
2019-08-26 13:30:59 +00:00

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]