diff options
| author | luwenpeng <[email protected]> | 2022-12-22 18:37:39 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2022-12-22 18:37:39 +0800 |
| commit | b6230c5f97f72961aac9c64580d0d036ec245c78 (patch) | |
| tree | fd953f5f5a9766c028cf43e8fe70f33158b74d1a /Cargo.toml | |
| parent | b7f9b6158cf89698f8702667c78b080bade1b4b2 (diff) | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..4f620bb --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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"] }
\ No newline at end of file |
