Initial commit

This gets me a Rocket app with a simple implementation of state in it.
This commit is contained in:
2020-05-30 14:30:34 +02:00
commit 5e05d9715b
5 changed files with 1233 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "hello-rocket"
version = "0.1.0"
authors = ["ModZero <modzero@modzero.xyz>"]
edition = "2018"
license = "AGPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.4.4"