mobile-app/rust-sandbox/Cargo.toml

13 lines
202 B
TOML

[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]