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