refactor: migration to library

This commit is contained in:
2025-01-06 00:33:08 +01:00
parent 2b2707d608
commit e006b8dd12
6 changed files with 44 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
[package]
name = "rust-http-server"
name = "plain-http"
version = "0.1.0"
edition = "2021"
description = "Simple http library"
keywords = ["web", "http", "backend", "frontend"]
authors = ["Daniel Heras Quesada"]
[dependencies]