krunvm 0.1.6

Create microVMs from OCI images
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "krunvm"
version = "0.1.6"
authors = ["Sergio Lopez <slp@redhat.com>"]
description = "Create microVMs from OCI images"
repository = "https://github.com/containers/krunvm"
license = "Apache-2.0"
edition = "2018"
build = "build.rs"

[dependencies]
clap = "2.33.3"
confy = "0.4.0"
libc = "0.2.82"
serde = "1.0.120"
serde_derive = "1.0.120"
text_io = "0.1.8"