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",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"tokio",
|
||||
"tokio-tun",
|
||||
"tray-item",
|
||||
"tun",
|
||||
|
@ -21,6 +21,7 @@ rand = { workspace = true }
|
||||
serde_derive = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
log = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os="windows")'.dependencies]
|
||||
iced = { version = "0.13.1", features = ["tokio"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user