[package] name = "burrow-mobile-ffi" version = "0.1.0" edition = "2021" description = "Mobile FFI boundary for the Burrow Rust core." license = "GPL-3.0-or-later" [lib] crate-type = ["cdylib", "staticlib"] [dependencies] burrow-core = { path = "../burrow-core" } jni = "0.21"