[package] name = "ctest" version = "0.2.22" authors = [ "Alex Crichton ", "Gonzalo Brito Gadeschi " ] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/gnzlbg/ctest" homepage = "https://github.com/gnzlbf/ctest" documentation = "https://docs.rs/ctest" description = """ Automated tests of FFI bindings. """ [dependencies] syntex_syntax2 = "0.0.2" cc = "1.0.1" rustc_version = "0.2" [workspace] members = ["testcrate"]