mentat/ffi/Cargo.toml

15 lines
229 B
TOML
Raw Normal View History

[package]
name = "mentat_ffi"
version = "0.0.1"
authors = ["Emily Toop <etoop@mozilla.com>"]
[lib]
name = "mentat_ffi"
crate-type = ["lib", "staticlib", "cdylib"]
2018-04-05 10:21:48 +00:00
[dependencies]
libc = "0.2"
[dependencies.mentat]
path = "../"