14 lines
254 B
TOML
14 lines
254 B
TOML
[package]
|
|
name = "rust-sandbox"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "rustsandbox"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
jni = "0.21.1"
|
|
popequer_rust = { path = "../../../popequer_rust" }
|
|
|
|
[target.'cfg(target_os = "android")'.dependencies]
|