modified: Cargo.lock
modified: frida_core/Cargo.toml
This commit is contained in:
parent
4db0dedfef
commit
96540c574c
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1540,6 +1540,7 @@ dependencies = [
|
|||||||
"futures",
|
"futures",
|
||||||
"iced",
|
"iced",
|
||||||
"libc",
|
"libc",
|
||||||
|
"log",
|
||||||
"nix",
|
"nix",
|
||||||
"rand",
|
"rand",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -20,6 +20,7 @@ x25519-dalek = { workspace = true }
|
|||||||
rand = { workspace = true }
|
rand = { workspace = true }
|
||||||
serde_derive = { workspace = true }
|
serde_derive = { workspace = true }
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
|
log = { workspace = true }
|
||||||
|
|
||||||
[target.'cfg(target_os="windows")'.dependencies]
|
[target.'cfg(target_os="windows")'.dependencies]
|
||||||
iced = { version = "0.13.1", features = ["tokio"] }
|
iced = { version = "0.13.1", features = ["tokio"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user