This commit is contained in:
nora 2022-09-15 21:19:19 +02:00
commit 1e415960ec
6 changed files with 219 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "aaaa"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tower = { path = "./tower/tower", default-features = false, features = ["balance"] }