mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-04 20:30:33 +00:00
Support building for Android
This commit is contained in:
parent
cb1babebd4
commit
9437308283
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ edition = "2018"
|
||||||
name = "tun2proxy"
|
name = "tun2proxy"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
crate-type = ["cdylib", "lib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = { version = "0.21" }
|
base64 = { version = "0.21" }
|
||||||
clap = { version = "4.1", features = ["derive"] }
|
clap = { version = "4.1", features = ["derive"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue