netstack: Move the smolnetd source

This commit is contained in:
bjorn3
2025-06-28 16:16:07 +02:00
parent cfef0413e5
commit 20ee161085
18 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ edition = "2021"
[[bin]]
name = "smolnetd"
path = "src/smolnetd/main.rs"
path = "src/main.rs"
[lib]
name = "redox_netstack"