[package] name = "libquantum" version = "0.1.2" description = "Rust bindings for the libquantum C library." repository = "https://github.com/mknyszek/rust-libquantum" license = "GPL-3.0" readme = "README.md" authors = ["Michael Anthony Knyszek "] build = "build.rs" [build-dependencies] glob = "0.2" bindgen = "0.20"