presentation-rust-webapps/simple_text_board/Cargo.toml
2021-01-12 02:10:48 +01:00

14 lines
244 B
TOML

[package]
name = "simple_text_board"
version = "0.1.0"
authors = ["finga <finga@onders.org>"]
edition = "2018"
[dependencies]
rocket = "0.4"
[dependencies.rocket_contrib]
version = "0.4"
default-features = false
features = ["tera_templates"]