mentat/ffi/Cargo.toml
Emily Toop 10e3d52902 Update FFI API for use with Swift Library.
Fixing issues raised by tests added to swift library.
Improving the API
2018-04-12 11:21:42 +01:00

15 lines
233 B
TOML

[package]
name = "mentat_ffi"
version = "0.0.1"
authors = ["Emily Toop <etoop@mozilla.com>"]
[lib]
name = "mentat_ffi"
crate-type = ["lib", "staticlib", "cdylib"]
[dependencies]
libc = "0.2.32"
[dependencies.mentat]
path = "../"