ctest 0.1.4

Automated tests of FFI bindings.
Documentation
[package]
name = "ctest"
version = "0.1.4"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/alexcrichton/ctest"
homepage = "https://github.com/alexcrichton/ctest"
documentation = "http://alexcrichton.com/ctest"
description = """
Automated tests of FFI bindings.
"""

[dependencies]
syntex_syntax = "0.27.0"
gcc = "0.3.14"

[workspace]
members = ["testcrate"]