new file: Cargo.lock
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
This commit is contained in:
parent
bdb34c29fc
commit
ac30109672
5686
Cargo.lock
generated
Normal file
5686
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
12
Cargo.toml
12
Cargo.toml
@ -1,12 +1,2 @@
|
||||
[workspace]
|
||||
members = ["frida_core","frida_client","frida_server","frida_cli","frida_gui","frida_lib"]
|
||||
|
||||
[package]
|
||||
name = "frida_vpn"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
license-file = "LICENSE.md"
|
||||
authors = ["alterwain"]
|
||||
keywords = ["tun", "network", "tunnel", "vpn"]
|
||||
categories = ["network-programming", "asynchronous"]
|
||||
readme = "README.md"
|
||||
members = ["frida_core","frida_client","frida_server","frida_cli","frida_gui","frida_lib"]
|
@ -1,11 +1,12 @@
|
||||
[package]
|
||||
name = "frida_cli"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license-file.workspace = true
|
||||
authors.workspace = true
|
||||
keywords.workspace = true
|
||||
categories.workspace = true
|
||||
readme.workspace = true
|
||||
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]
|
||||
|
@ -1,11 +1,12 @@
|
||||
[package]
|
||||
name = "frida_client"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license-file.workspace = true
|
||||
authors.workspace = true
|
||||
keywords.workspace = true
|
||||
categories.workspace = true
|
||||
readme.workspace = true
|
||||
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]
|
||||
|
@ -1,12 +1,13 @@
|
||||
[package]
|
||||
name = "frida_core"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license-file.workspace = true
|
||||
authors.workspace = true
|
||||
keywords.workspace = true
|
||||
categories.workspace = true
|
||||
readme.workspace = true
|
||||
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"]
|
||||
|
@ -1,11 +1,12 @@
|
||||
[package]
|
||||
name = "frida_gui"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license-file.workspace = true
|
||||
authors.workspace = true
|
||||
keywords.workspace = true
|
||||
categories.workspace = true
|
||||
readme.workspace = true
|
||||
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]
|
||||
|
@ -1,11 +1,12 @@
|
||||
[package]
|
||||
name = "frida_lib"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license-file.workspace = true
|
||||
authors.workspace = true
|
||||
keywords.workspace = true
|
||||
categories.workspace = true
|
||||
readme.workspace = true
|
||||
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]
|
||||
|
@ -1,11 +1,12 @@
|
||||
[package]
|
||||
name = "frida_server"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license-file.workspace = true
|
||||
authors.workspace = true
|
||||
keywords.workspace = true
|
||||
categories.workspace = true
|
||||
readme.workspace = true
|
||||
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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user