android-rust-cli 0.3.2

A CLI tool for generating Android Rust JNI templates in a single command
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rustandroid"
version = "0.1.0"
edition = "2024"

[lib]
name = "rustandroid"
crate-type = ["cdylib"]

[dependencies]
rustcore = { path = "../core" }
jni = { version = "0.22", default-features = false }