[package]
name = "fst-sys"
version = "0.2.0"
authors = ["Thomas Hiscock <thomash000@gmail.com>"]
edition = "2018"
repository = "https://github.com/thomashk0/fst-sys.git"
description = "Bindings for GTKWave FST file manipulation API."
readme = "README.md"
license = "MIT"
include = ["src/*", "tests/*.rs", "build.rs", "Cargo.toml", "README.md", "LICENSE.txt", "fstapi/*.c", "fstapi/*.h", "assets/fst/*.fst"]
categories = ["external-ffi-bindings" ]
build = "build.rs"
[dependencies]
[build-dependencies]
cc = "1.0"
[[test]]
name = "basics"