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

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