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",
|
||||
"hex",
|
||||
"jni 0.20.0",
|
||||
"log",
|
||||
"log4rs",
|
||||
"nonblock",
|
||||
"robusta_jni",
|
||||
"serde_yaml",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -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" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user