Support building for Android

This commit is contained in:
B. Blechschmidt 2023-04-10 21:37:20 +02:00
parent cb1babebd4
commit 9437308283

View file

@ -4,6 +4,9 @@ edition = "2018"
name = "tun2proxy"
version = "0.1.1"
[lib]
crate-type = ["cdylib", "lib"]
[dependencies]
base64 = { version = "0.21" }
clap = { version = "4.1", features = ["derive"] }