modified: Cargo.lock

modified:   frida_core/Cargo.toml
This commit is contained in:
Michael Wain 2025-01-20 19:37:02 +03:00
parent 96540c574c
commit 800b933317
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -1545,6 +1545,7 @@ dependencies = [
"rand",
"serde",
"serde_derive",
"tokio",
"tokio-tun",
"tray-item",
"tun",

View File

@ -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"] }