pneuma/Cargo.toml

16 lines
361 B
TOML
Raw Normal View History

2019-12-17 23:58:57 +00:00
[package]
name = "pneuma"
version = "0.1.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-02-14 13:03:47 +00:00
rocket = "0"
rocket_contrib = "0"
2020-02-15 13:14:21 +00:00
rocket_prometheus = "0.3"
2019-12-17 23:58:57 +00:00
serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
2020-02-14 13:03:47 +00:00
pathfinding = "2"