summary refs log tree commit diff
path: root/kvm_sys/Cargo.toml
blob: c6f2e968e7668c0bb809ac97f1e718763774cd04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "kvm_sys"
version = "0.1.0"
authors = ["The Chromium OS Authors"]

[dev-dependencies]
libc = "0.2.21"

[dependencies]
sys_util = { path = "../sys_util" }