SnapEnhance/native/rust/Cargo.toml
rhunk f9d1c9ea33 chore: update dependencies
Signed-off-by: rhunk <101876869+rhunk@users.noreply.github.com>
2025-01-14 22:43:30 +01:00

22 lines
366 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.25"
nix = { version = "0.29.0", features = ["fs"] }
once_cell = "1.20.2"
paste = "1.0.15"
procfs = "0.17.0"
rand = "0.8.5"
serde_json = "1.0.135"
zstd = "0.13.2"