feat: add rocket rs

This commit is contained in:
2021-04-07 00:40:03 +08:00
parent 521fc4f369
commit 8b2c84b8bc
3 changed files with 801 additions and 0 deletions

10
__web/rocketrs/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "rocketrs"
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]
rocket = "0.4"