ezhttp/Cargo.toml
2024-07-11 11:33:31 +03:00

17 lines
333 B
TOML

[package]
name = "ezhttp"
version = "0.1.3"
edition = "2021"
repository = "https://github.com/MeexReay/ezhttp"
description = "lightweight http server"
license-file = "LICENSE"
readme = "README.md"
keywords = ["http", "server", "site"]
[dependencies]
urlencoding = "2.1.3"
serde_json = "1.0"
futures = "0.3.30"
threadpool = "1.8.1"