mirror of
https://github.com/Noratrieb/101844-repro.git
synced 2026-01-14 14:25:02 +01:00
single tower
This commit is contained in:
parent
3d7956c00c
commit
84882c7eea
6 changed files with 18 additions and 23 deletions
|
|
@ -6,4 +6,4 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tower = { path = "./tower/tower" }
|
||||
tower = { path = "./tower" }
|
||||
|
|
@ -1,5 +1,18 @@
|
|||
[workspace]
|
||||
[package]
|
||||
name = "tower"
|
||||
version = "0.4.13"
|
||||
edition = "2018"
|
||||
|
||||
members = [
|
||||
"tower",
|
||||
]
|
||||
[features]
|
||||
|
||||
|
||||
[dependencies]
|
||||
futures-core = { version = "0.3" }
|
||||
futures-util = { version = "0.3", default-features = false, features = [
|
||||
"alloc",
|
||||
] }
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
slab = { version = "0.4" }
|
||||
tokio = { version = "1.6", features = ["sync", "time"] }
|
||||
tokio-stream = { version = "0.1.0" }
|
||||
tokio-util = { version = "0.7.0", default-features = false }
|
||||
|
|
|
|||
|
|
@ -1,18 +0,0 @@
|
|||
[package]
|
||||
name = "tower"
|
||||
version = "0.4.13"
|
||||
edition = "2018"
|
||||
|
||||
[features]
|
||||
|
||||
|
||||
[dependencies]
|
||||
futures-core = { version = "0.3" }
|
||||
futures-util = { version = "0.3", default-features = false, features = [
|
||||
"alloc",
|
||||
] }
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
slab = { version = "0.4" }
|
||||
tokio = { version = "1.6", features = ["sync", "time"] }
|
||||
tokio-stream = { version = "0.1.0" }
|
||||
tokio-util = { version = "0.7.0", default-features = false }
|
||||
Loading…
Add table
Add a link
Reference in a new issue