[package] name = "blitsort-sys" version = "0.1.0" edition = "2018" description = "Rust FFI binding to blitsort" keywords= ["sort", "blitsort"] license= "MIT" repository = "https://github.com/impasse/blitsort-sys" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [build-dependencies] bindgen = "0.59.1" cc = "1.0.50" pkg-config = "0.3"