codigocomentado/Cargo.toml

19 lines
533 B
TOML
Raw Normal View History

2019-11-13 01:57:32 +00:00
[package]
name = "codigocomentado"
version = "0.1.0"
2024-05-31 06:54:09 +00:00
authors = ["kirbylife <kirbylife@protonmail.com>"]
2024-02-20 06:41:51 +00:00
edition = "2021"
2019-11-13 01:57:32 +00:00
[dependencies]
2024-02-20 06:41:51 +00:00
rocket = { version = "0.5.0", features = ["secrets"] }
rocket_dyn_templates = { version = "0.1.0", features = ["tera"] }
2019-11-22 02:31:10 +00:00
diesel = { version = "1.0.0", features = ["postgres", "chrono"] }
2024-05-31 06:54:09 +00:00
dotenv = "0.15.0"
rand = "0.8.5"
chrono = { version = "0.4.9", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
2024-05-31 06:54:09 +00:00
comrak = "0.24.1"
tera = "1.19.1"
isbot = "0.1.3"
lazy_static = "1.4.0"