placeholder echo server with tokio

This commit is contained in:
psun256
2025-11-06 13:03:00 -05:00
parent 286ea6a66c
commit 49c4ef3e49
8 changed files with 361 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "l4lb"
version = "0.1.0"
edition = "2024"
[dependencies]
anywho = "0.1.2"
tokio = { version = "1.48.0", features = ["full"] }