9 lines
139 B
TOML
9 lines
139 B
TOML
[package]
|
|
name = "uhttp"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
uhttp-ext = { path = "./crates/uhttp-ext" } |