8 lines
108 B
TOML
8 lines
108 B
TOML
[package]
|
|
name = "uhttp-ext"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
uhttp = { path = "../.." }
|