[package] name = "rust-sandbox" version = "0.1.0" edition = "2021" [lib] name = "rustsandbox" crate-type = ["cdylib"] [dependencies] jni = "0.21.1" [target.'cfg(target_os = "android")'.dependencies]