Files
plain-http/Cargo.toml
2025-01-06 00:33:08 +01:00

10 lines
202 B
TOML

[package]
name = "plain-http"
version = "0.1.0"
edition = "2021"
description = "Simple http library"
keywords = ["web", "http", "backend", "frontend"]
authors = ["Daniel Heras Quesada"]
[dependencies]