Added Basic network server
This commit is contained in:
parent
584eb4aff0
commit
6bf5b6aa1d
3 changed files with 475 additions and 2 deletions
|
|
@ -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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue