[package] name = "frida_cli" version = "0.2.0" edition = "2021" license-file = "../LICENSE.md" authors = ["alterwain"] keywords = ["tun", "network", "tunnel", "vpn"] categories = ["network-programming", "asynchronous"] readme = "../README.md" workspace = "../" [dependencies] clap = "2.33" env_logger = "0.9" log = "0.4.20" serde = "1.0" serde_derive = "1.0.190" serde_yaml = "0.9.34" tokio = { version = "1", features = ["full", "signal", "tracing"] } tokio-util = "0.7.12" frida_core = { path = "../frida_core" } frida_client = { path = "../frida_client" }