add actix-web

This commit is contained in:
2020-04-18 02:26:07 +08:00
parent ef06866d10
commit 1267c4ed30
3 changed files with 1519 additions and 0 deletions

12
actix-web/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "actix-web"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "2"
actix-rt = "1"