working startup

This commit is contained in:
Lev Kokotov
2022-02-03 13:35:40 -08:00
commit c0b747ba34
7 changed files with 482 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "rabbit"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1", features = ["full"] }
bytes = "1"