Skip to content
Snippets Groups Projects
Commit 5a668d52 authored by David Goulet's avatar David Goulet
Browse files

onion-tunnel: Pin multi-thread branch for smoltcp


Signed-off-by: default avatarDavid Goulet <dgoulet@ev0ke.net>
parent c074755a
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ dns-message-parser = "~0.6.0"
futures = "0.3"
log = "0.4"
simple_logger = "1"
smoltcp = { version = "0.8.0", default-features = false, features = ["log", "phy-tuntap_interface", "phy-raw_socket", "medium-ip", "socket-udp", "socket-tcp", "proto-ipv4", "proto-ipv6", "socket", "async"], git = "https://github.com/dgoulet-tor/smoltcp.git", rev = "8cb96670e672dfe6f7ef271ef1a3648734f94bfc" }
smoltcp = { version = "0.8.0", default-features = false, features = ["log", "phy-tuntap_interface", "phy-raw_socket", "medium-ip", "socket-udp", "socket-tcp", "proto-ipv4", "proto-ipv6", "socket", "async"], git = "https://github.com/dgoulet-tor/smoltcp.git", branch = "multi-thread" }
tokio = { version = "1", features = ["net", "rt", "time", "sync", "io-util", "macros"] }
arti-client = { git = "https://gitlab.torproject.org/tpo/core/arti.git" }
tor-rtcompat = { git = "https://gitlab.torproject.org/tpo/core/arti.git", features = ["tokio"] }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment