10 lines
202 B
TOML
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]
|