mobile-app/rust-sandbox/Cargo.toml

14 lines
202 B
TOML
Raw Normal View History

2024-01-01 16:45:08 +00:00
[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]