mentat/ffi/Cargo.toml

21 lines
375 B
TOML
Raw Normal View History

[package]
name = "mentat_ffi"
2020-05-25 14:51:22 +00:00
version = "0.0.2"
authors = ["Emily Toop <etoop@mozilla.com>"]
[lib]
name = "mentat_ffi"
crate-type = ["lib", "staticlib", "cdylib"]
[features]
default = ["bundled_sqlite3"]
sqlcipher = ["mentat/sqlcipher"]
bundled_sqlite3 = ["mentat/bundled_sqlite3"]
2018-04-05 10:21:48 +00:00
[dependencies]
2020-05-25 14:51:22 +00:00
libc = "~0.2"
2018-04-05 10:21:48 +00:00
[dependencies.mentat]
path = "../"
default-features = false