website/Cargo.toml

15 lines
294 B
TOML
Raw Normal View History

2020-05-08 17:22:06 +00:00
[package]
name = "mycelial_technology"
2021-10-30 13:28:57 +00:00
version = "0.2.0"
2020-06-10 18:58:43 +00:00
authors = ["glyph <glyph@mycelial.technology>"]
2020-05-08 17:22:06 +00:00
edition = "2018"
[dependencies]
log = "0.4"
2020-06-17 16:53:13 +00:00
regex = "1"
2021-10-30 13:24:05 +00:00
rocket = "0.5.0-rc.1"
2021-10-30 13:12:44 +00:00
rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["tera"] }
2020-06-17 16:53:13 +00:00
rss = "1"
2021-10-30 13:24:05 +00:00
miniserde = "0.1"
2020-05-08 17:22:06 +00:00
tera = "1"