Files
carrier-signal/Cargo.toml
ModZero 5e05d9715b Initial commit
This gets me a Rocket app with a simple implementation of state in it.
2020-05-30 14:30:34 +02:00

12 lines
272 B
TOML

[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"