blob: 4f620bbf90c406b6196bfa483bd963653457179e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "rust_unix_server"
version = "0.1.0"
edition = "2021"
[dependencies]
bytes = "1.0"
nom = "7"
tokio-util = { version = "0.6", features = ["codec"] }
tokio-stream = { version = "0.1" }
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] }
|