This commit is contained in:
2020-01-30 23:39:45 +08:00
parent ddd07c2166
commit 92f714cab7
2 changed files with 43 additions and 0 deletions

11
rweb/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "rweb"
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]
tokio = "0.2"
rweb = "0.4.0"