modified: Cargo.lock

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

1
Cargo.lock generated
View File

@ -1540,6 +1540,7 @@ dependencies = [
"futures", "futures",
"iced", "iced",
"libc", "libc",
"log",
"nix", "nix",
"rand", "rand",
"serde", "serde",

View File

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