modified: Cargo.lock

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

1
Cargo.lock generated
View File

@ -1547,6 +1547,7 @@ dependencies = [
"log4rs",
"nonblock",
"robusta_jni",
"serde_yaml",
]
[[package]]

View File

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