fej/Cargo.toml

12 lines
261 B
TOML
Raw Normal View History

2021-03-05 18:39:49 +01:00
[package]
name = "rust-api"
version = "0.1.0"
2021-03-05 18:55:18 +01:00
authors = ["Jef Roosens <roosensjef@gmail.com>"]
2021-03-05 18:39:49 +01:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-03-05 18:55:18 +01:00
rocket = "0.4.7"
2021-03-11 21:12:55 +01:00
chrono = "0.4.19"