diff options
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 |
