mirror of
https://github.com/guilhermewerner/http
synced 2025-06-15 19:24:19 +00:00
22 lines
355 B
TOML
22 lines
355 B
TOML
[package]
|
|
name = "Http"
|
|
version = "0.0.1"
|
|
description = "TribuFu Http"
|
|
repository = "https://github.com/TribuFu/Http"
|
|
authors = ["TribuFu <contact@tribufu.com>"]
|
|
license = "MIT"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
name="Http"
|
|
crate-type = ["rlib"]
|
|
path = "Source/Http.rs"
|
|
|
|
[[bin]]
|
|
name="HttpServer"
|
|
path = "Source/Main.rs"
|
|
doc = false
|
|
|
|
[dependencies]
|