013629dec6
Documents the FFI layer for Mentat, and provides transaction functionality via an EDN string. Creates two native libraries for iOS (Swift) and Android (Java) and fully tests the FFI for both platforms. Closes #619 #614 #611
14 lines
229 B
TOML
14 lines
229 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"
|
|
|
|
[dependencies.mentat]
|
|
path = "../"
|