19 lines
533 B
TOML
19 lines
533 B
TOML
[package]
|
|
name = "codigocomentado"
|
|
version = "0.1.0"
|
|
authors = ["kirbylife <kirbylife@protonmail.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.15.0"
|
|
rand = "0.8.5"
|
|
chrono = { version = "0.4.9", features = ["serde"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
comrak = "0.24.1"
|
|
tera = "1.19.1"
|
|
isbot = "0.1.3"
|
|
lazy_static = "1.4.0"
|