httplz/Cargo.toml
2024-10-16 23:40:53 -04:00

17 lines
268 B
TOML

[package]
name = "httplz"
version = "0.0.0"
edition = "2021"
license-file = ".gitignore"
description = "A sans-io, no-std HTTP implementation"
[workspace]
members = [
"crates/httplzx"
]
[features]
std = []
[dev-dependencies]
httplzx = { path = "./crates/httplzx" }