libquantum 0.1.2

Rust bindings for the libquantum C library.
1
2
3
4
5
6
7
8
9
10
11
12
13
[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 <mknyszek@gmail.com>"]
build = "build.rs"

[build-dependencies]
glob = "0.2"
bindgen = "0.20"