This commit is contained in:
Tommy Parnell
2021-12-28 13:57:26 -05:00
commit 6375754ba0
4 changed files with 1465 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "hello-rocket"
version = "0.1.0"
authors = ["tparnell <tommy@terribledev.io>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.5.0-rc.1"