Update cargo project

This commit is contained in:
Werner
2021-12-04 12:23:22 -03:00
parent ccc6fabcd5
commit 3aa412536c
3 changed files with 13 additions and 24 deletions

View File

@ -1,21 +1,20 @@
[package]
name = "Http"
version = "0.0.1"
description = "TribuFu Http"
repository = "https://github.com/TribuFu/Http"
authors = ["TribuFu <contact@tribufu.com>"]
description = "Http Server"
repository = "https://github.com/GuilhermeWerner/Http"
license = "MIT"
edition = "2018"
edition = "2021"
publish = false
[lib]
name="Http"
crate-type = ["rlib"]
path = "Source/Http.rs"
path = "Source/lib.rs"
[[bin]]
name="HttpServer"
path = "Source/Main.rs"
path = "Source/main.rs"
doc = false
[dependencies]