Files
soda/Cargo.toml
2025-02-13 15:08:59 -05:00

11 lines
276 B
TOML

[package]
name = "soda"
version = "0.1.0"
edition = "2021"
[dependencies]
fluent-uri = "0.3.2"
hyper = { version = "1.6", features = ["server", "http1"] }
tokio = { version = "1", features = ["full"] }
http-body-util = "*"
hyper-util = { version = "*", features = ["tokio"] }