16 lines
260 B
TOML
16 lines
260 B
TOML
[workspace]
|
|
members = [
|
|
"crates/uhttp",
|
|
"crates/uhttp/crates/uhttp-ext",
|
|
]
|
|
resolver = "2"
|
|
|
|
[package]
|
|
name = "shelves"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
uhttp = { path = "crates/uhttp" }
|
|
uhttp-ext = { path = "crates/uhttp/crates/uhttp-ext" }
|