httplz/crates/uhttp/Cargo.toml
2024-10-14 15:04:36 -04:00

9 lines
139 B
TOML

[package]
name = "uhttp"
version = "0.1.0"
edition = "2021"
[dependencies]
[dev-dependencies]
uhttp-ext = { path = "./crates/uhttp-ext" }