[package] name = "gsm-sys" version = "0.0.2" authors = ["Li Keqing "] edition = "2018" links = "gsm" build = "build.rs" description = "Native bindings to the libgsm library" license-file = "libgsm/COPYRIGHT" repository = "https://github.com/Frozen-Tofu/gsm-sys" [dependencies] libc = "0.2" [build-dependencies] cc = { version = "1.0", features = ['parallel']}