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

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