modified: Cargo.lock
modified: frida_core/Cargo.toml
This commit is contained in:
parent
96540c574c
commit
800b933317
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1545,6 +1545,7 @@ dependencies = [
|
|||||||
"rand",
|
"rand",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_derive",
|
"serde_derive",
|
||||||
|
"tokio",
|
||||||
"tokio-tun",
|
"tokio-tun",
|
||||||
"tray-item",
|
"tray-item",
|
||||||
"tun",
|
"tun",
|
||||||
|
@ -21,6 +21,7 @@ rand = { workspace = true }
|
|||||||
serde_derive = { workspace = true }
|
serde_derive = { workspace = true }
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
|
tokio = { 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