mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-04-29 22:24:35 +02:00
20 lines
335 B
TOML
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"
|