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