[package] name = "frida-deepfreeze-rs" version = "0.1.0" edition = "2021" [lib] crate-type = ["cdylib"] [[bin]] name = "standalone" [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"