mirror of
https://github.com/Noratrieb/101844-repro.git
synced 2026-01-14 14:25:02 +01:00
13 lines
213 B
TOML
13 lines
213 B
TOML
[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",
|
|
] }
|