Initial commit
This gets me a Rocket app with a simple implementation of state in it.
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user