presentation-rust-webapps/simple_text_board/Cargo.toml

17 lines
355 B
TOML

[package]
name = "simple_text_board"
version = "0.1.0"
authors = ["finga <finga@onders.org>"]
edition = "2018"
[dependencies]
rocket = "0.4"
chrono = "0.4"
diesel = { version = "1.4", features = ["sqlite", "chrono"] }
log = "0.4"
[dependencies.rocket_contrib]
version = "0.4"
default-features = false
features = ["diesel_sqlite_pool", "tera_templates"]