10e3d52902
Fixing issues raised by tests added to swift library. Improving the API
15 lines
233 B
TOML
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 = "../"
|
|
|