aboutsummaryrefslogblamecommitdiffhomepage
path: root/Cargo.toml
blob: 34e3c7bab64bcd9db02296c43d9247b7cc3de6ed (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                  
[package]
name    = "kvm_rs"
version = "0.1.0"
authors = ["johannst <johannes.stoelp@gmail.com>"]
edition = "2018"
build   = "build.rs"

[dependencies]
libc = "*"