modified: frida_cli/Cargo.toml modified: frida_client/Cargo.toml modified: frida_client/src/client.rs deleted: frida_client/src/main.rs modified: frida_core/Cargo.toml new file: frida_core/src/lib.rs modified: frida_core/src/tun.rs modified: frida_gui/Cargo.toml modified: frida_lib/Cargo.toml modified: frida_server/Cargo.toml
17 lines
332 B
TOML
17 lines
332 B
TOML
[package]
|
|
name = "frida-lib"
|
|
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 = "../"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
path = "src/android.rs"
|
|
|
|
[dependencies]
|