summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-24 22:57:50 +0100
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-01-24 22:57:50 +0100
commit411ef1c654cf9d41f06bdbd9e8c2a7985e117a17 (patch)
tree57ed57b081260bab88877ba4c16946a128710ea7 /Cargo.toml
parentbf0f5f55f5ea8328a7fb5ac776b8baaed4b9db83 (diff)
downloaddumbswitch-411ef1c654cf9d41f06bdbd9e8c2a7985e117a17.tar.gz
dumbswitch-411ef1c654cf9d41f06bdbd9e8c2a7985e117a17.tar.bz2
dumbswitch-411ef1c654cf9d41f06bdbd9e8c2a7985e117a17.tar.lz
dumbswitch-411ef1c654cf9d41f06bdbd9e8c2a7985e117a17.zip

feat: nyaa

Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index df793d0..1928b16 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,6 +40,7 @@ smoltcp = { version = "0.12.0", default-features = false, features = [
"socket-tcp",
"socket-udp",
] }
+blocking-network-stack = { git = "https://github.com/bjoernQ/blocking-network-stack.git", rev = "b3ecefc222d8806edd221f266999ca339c52d34e" }
[profile.dev]
# Rust debug is too slow.