Files
pezkuwi-wallet-android/bindings/sr25519-bizinikiwi/rust/Cargo.toml
T
pezkuwichain e43bb7a595 fix: enable full debug symbols in Rust native bindings
Add debug = 2 to release profile in all three Rust binding crates
so AGP can generate native-debug-symbols.zip for Play Store.
Also updated RELEASE_GOOGLE_OAUTH_ID secret to correct Android
client ID (was incorrectly set to Web client type).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 23:24:26 +03:00

22 lines
369 B
TOML

[package]
authors = ['PezkuwiChain']
edition = '2021'
license = 'Apache 2.0'
name = "sr25519-bizinikiwi-java"
version = "0.1.0"
[dependencies]
schnorrkel = "0.11.4"
jni = { version = "0.21", default-features = false }
zeroize = "1.7"
[profile.release]
strip = false
debug = 2
lto = true
opt-level = "s"
[lib]
name = "sr25519_bizinikiwi_java"
crate_type = ["cdylib"]