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",
|
"log4rs",
|
||||||
"nonblock",
|
"nonblock",
|
||||||
"robusta_jni",
|
"robusta_jni",
|
||||||
|
"serde_yaml",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -15,6 +15,7 @@ path = "src/lib.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
|
serde_yaml = { workspace = true }
|
||||||
frida_core = { path = "../frida_core" }
|
frida_core = { path = "../frida_core" }
|
||||||
frida_client = { path = "../frida_client" }
|
frida_client = { path = "../frida_client" }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user