11 lines
276 B
TOML
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"] } |