basic-rocket/Cargo.toml

11 lines
265 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]
2020-11-03 23:46:30 +01:00
rocket = {version="0.4", features=["tls"]}