Files
rust-rocket-test/Cargo.toml
Tommy Parnell 6375754ba0 init
2021-12-28 13:57:26 -05:00

11 lines
249 B
TOML

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