Auxio/musikr/src/main/jni/Cargo.toml
Alexander Capehart 2ee9556564
musikr: integrate metadatajni into app
Just extracts title rn while I still work on the ffi.
2025-02-08 11:56:28 -07:00

15 lines
No EOL
208 B
TOML

[package]
name = "metadatajni"
version = "1.0.0"
edition = "2021"
[lib]
name = "metadatajni"
crate-type = ["cdylib"]
[dependencies]
cxx = "1.0.137"
jni = "0.21.1"
[build-dependencies]
cxx-build = "1.0.137"