mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-31 11:52:14 +00:00
Initial support digest auth scheme
This commit is contained in:
parent
6767076a6b
commit
86429ee8eb
6 changed files with 321 additions and 67 deletions
|
@ -23,6 +23,9 @@ prctl = "1.0"
|
|||
smoltcp = { version = "0.9.1", git = "https://github.com/smoltcp-rs/smoltcp", features = ["std", "phy-tuntap_interface"] }
|
||||
thiserror = "1.0"
|
||||
url = "2.3"
|
||||
digest_auth = "0.3.1"
|
||||
httparse = "1.8.0"
|
||||
unicase = "2.6.0"
|
||||
|
||||
[target.'cfg(target_os="android")'.dependencies]
|
||||
android_logger = "0.13"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue