mirror of
https://github.com/Noratrieb/101844-repro.git
synced 2026-01-16 07:05:02 +01:00
single tower
This commit is contained in:
parent
3d7956c00c
commit
84882c7eea
6 changed files with 18 additions and 23 deletions
|
|
@ -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