tcp working

This commit is contained in:
Filipriec
2026-03-24 17:49:24 +01:00
parent cd768e5498
commit 35d8730a4e
5 changed files with 183 additions and 3 deletions

View File

@@ -4,3 +4,12 @@ version = "0.1.0"
edition = "2024"
[dependencies]
nix = { version = "0.31.2", features = ["socket", "net", "poll"] }
[[bin]]
name = "server"
path = "src/bin/server.rs"
[[bin]]
name = "client"
path = "src/bin/client.rs"