[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" }