codigocomentado/Cargo.toml

17 lines
487 B
TOML

[package]
name = "codigocomentado"
version = "0.1.0"
authors = ["kirbylife <gabriel13m@gmail.com>"]
edition = "2021"
[dependencies]
rocket = { version = "0.5.0", features = ["secrets"] }
rocket_dyn_templates = { version = "0.1.0", features = ["tera"] }
diesel = { version = "1.0.0", features = ["postgres", "chrono"] }
dotenv = "0.9.0"
rand = "0.6.0"
chrono = { version = "0.4.9", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
comrak = "0.6"
tera = "1.19.1"