http-server 0.0.9

Command-line HTTP Server
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "http-server"
version = "0.0.9"
authors = ["Esteban Borai <estebanborai@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Command-line HTTP Server"
readme = "README.md"
repository = "https://github.com/EstebanBorai/http-server"
categories = ["web-programming", "web-programming::http-server"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ascii = "0.8"
clap = "2.33.3"
mime_guess = "2.0"
tiny_http = "0.6"