website/Cargo.toml

21 lines
432 B
TOML
Raw Normal View History

2020-05-08 17:22:06 +00:00
[package]
name = "mycelial_technology"
version = "0.1.0"
2020-06-10 18:58:43 +00:00
authors = ["glyph <glyph@mycelial.technology>"]
2020-05-08 17:22:06 +00:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
rocket = "0.4"
serde = "1"
serde_derive = "1"
serde_json = "1"
tera = "1"
[dependencies.rocket_contrib]
version = "0.4"
default-features = false
features = ["json", "tera_templates"]