0
0
forked from glyph/website
Files
mycelial-technology-website/Cargo.toml
2020-05-08 18:22:06 +01:00

21 lines
427 B
TOML

[package]
name = "mycelial_technology"
version = "0.1.0"
authors = ["glyph <gnomad@cryptolab.net>"]
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"]