Files
ColdStartTest/rs-hyper/Cargo.toml
T
2026-03-28 02:53:32 -04:00

11 lines
265 B
TOML

[package]
name = "rs-hyper"
version = "0.1.0"
edition = "2024"
[dependencies]
http-body-util = "0.1.3"
hyper = { version = "1.8.1", features = ["full"] }
hyper-util = { version = "0.1.20", features = ["tokio"] }
tokio = { version = "1.50.0", features = ["full"] }