gsm-sys 0.0.2

Native bindings to the libgsm library
Documentation
[package]
name = "gsm-sys"
version = "0.0.2"
authors = ["Li Keqing <me@kaze.ai>"]
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']}