2023-05-23 17:21:14 +03:00
|
|
|
[package]
|
|
|
|
name = "frida-deepfreeze-rs"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
2023-05-23 19:41:28 +03:00
|
|
|
[[bin]]
|
|
|
|
name = "standalone"
|
|
|
|
|
2023-05-23 17:21:14 +03:00
|
|
|
[dependencies]
|
|
|
|
frida = { version = "0.4.0", features = ["auto-download"] }
|
|
|
|
frida-sys = { version = "0.4.0", features = ["auto-download", "frida-build"] }
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
ctor = "0.2.0"
|