SnapEnhance/native/rust/Cargo.toml
rhunk 28d1ea2a43 feat: rust native
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2024-07-26 01:54:43 +02:00

20 lines
335 B
TOML

[package]
name = "snapenhance"
version = "0.1.0"
authors = ["rhunk"]
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
android_logger = "0.14.1"
dobby-rs = "0.1.0"
jni = "0.21.1"
log = "0.4.22"
nix = { version = "0.29.0", features = ["fs"] }
once_cell = "1.19.0"
paste = "1.0.15"
procfs = "0.16.0"
serde_json = "1.0.120"