Added Basic network server

This commit is contained in:
Sebastian 2024-05-05 14:42:25 +02:00
parent 584eb4aff0
commit 6bf5b6aa1d
3 changed files with 475 additions and 2 deletions

View file

@ -5,3 +5,5 @@ edition = "2021"
[dependencies]
nom = "7.1.3"
tokio = {version = "1.37.0", features = ["full"]}
tokio-macros = { version = "0.2.0-alpha.6" }