mirror of
https://github.com/guilhermewerner/http
synced 2025-06-16 03:34:19 +00:00
Update cargo project
This commit is contained in:
11
Cargo.toml
11
Cargo.toml
@ -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]
|
||||
|
Reference in New Issue
Block a user