0.1.0-alpha.0

This commit is contained in:
2021-08-01 19:57:26 +08:00
commit 4536c5fb8b
4 changed files with 1636 additions and 0 deletions

10
Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
authors = ["Tim_Paik <timpaikc@outlook.com>"]
description = "simple http server written in rust"
edition = "2018"
name = "web"
version = "0.1.0-alpha"
[dependencies]
clap = "3.0.0-beta.2"
rocket = "0.5.0-rc.1"