[package] name = "rust-libvirt" description = "FFI Bindings for libvirt" version = "0.1.0" edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] bindgen = "0.69.1" [lib] name = "rust_libvirt" crate-type = ["staticlib"]