modified: Cargo.toml modified: frida_cli/Cargo.toml modified: frida_client/Cargo.toml modified: frida_core/Cargo.toml modified: frida_gui/Cargo.toml modified: frida_lib/Cargo.toml modified: frida_server/Cargo.toml
13 lines
277 B
TOML
13 lines
277 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 = "../"
|
|
|
|
[dependencies]
|