feat: add salvo

This commit is contained in:
2021-04-07 00:18:52 +08:00
parent 2dd0c00c03
commit 6bc61da148
4 changed files with 1482 additions and 0 deletions

12
__web/salvo/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "salvo"
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]
salvo = "0.9"
tokio = { version = "1", features = ["full"] }