basic-rocket/Cargo.toml

11 lines
239 B
TOML
Raw Normal View History

2020-11-01 19:25:13 +01:00
[package]
name = "basic-rocket"
version = "0.1.0"
authors = ["lafleur <lafleur@boum.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.4.5"