modified: frida_lib/Cargo.toml
This commit is contained in:
parent
a680338185
commit
b8c9d1250f
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -1544,10 +1544,13 @@ dependencies = [
|
|||||||
"frida_core",
|
"frida_core",
|
||||||
"hex",
|
"hex",
|
||||||
"jni 0.20.0",
|
"jni 0.20.0",
|
||||||
|
"log",
|
||||||
"log4rs",
|
"log4rs",
|
||||||
"nonblock",
|
"nonblock",
|
||||||
"robusta_jni",
|
"robusta_jni",
|
||||||
"serde_yaml",
|
"serde_yaml",
|
||||||
|
"tokio",
|
||||||
|
"tokio-util",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -15,6 +15,9 @@ path = "src/lib.rs"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
|
log = { workspace = true }
|
||||||
|
tokio = { workspace = true }
|
||||||
|
tokio-util = { workspace = true }
|
||||||
serde_yaml = { workspace = true }
|
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