modified: Cargo.lock
modified: frida_lib/Cargo.toml
This commit is contained in:
parent
fe81c4d2f2
commit
a680338185
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1547,6 +1547,7 @@ dependencies = [
|
||||
"log4rs",
|
||||
"nonblock",
|
||||
"robusta_jni",
|
||||
"serde_yaml",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -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" }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user