modified: Cargo.lock
All checks were successful
gitea/Frida/pipeline/head This commit looks good

modified:   frida_lib/Cargo.toml
This commit is contained in:
Michael Wain 2025-01-20 21:25:25 +03:00
parent a680338185
commit b8c9d1250f
2 changed files with 6 additions and 0 deletions

3
Cargo.lock generated
View File

@ -1544,10 +1544,13 @@ dependencies = [
"frida_core",
"hex",
"jni 0.20.0",
"log",
"log4rs",
"nonblock",
"robusta_jni",
"serde_yaml",
"tokio",
"tokio-util",
]
[[package]]

View File

@ -15,6 +15,9 @@ path = "src/lib.rs"
[dependencies]
hex = "0.4"
log = { workspace = true }
tokio = { workspace = true }
tokio-util = { workspace = true }
serde_yaml = { workspace = true }
frida_core = { path = "../frida_core" }
frida_client = { path = "../frida_client" }