2019-11-13 01:57:32 +00:00
|
|
|
[package]
|
|
|
|
name = "codigocomentado"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["kirbylife <gabriel13m@gmail.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"] }
|
2019-11-13 03:45:14 +00:00
|
|
|
dotenv = "0.9.0"
|
2019-11-13 07:17:24 +00:00
|
|
|
rand = "0.6.0"
|
2019-11-14 02:10:20 +00:00
|
|
|
chrono = { version = "0.4.9", features = ["serde"] }
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2019-11-18 08:14:12 +00:00
|
|
|
comrak = "0.6"
|
2024-02-20 06:41:51 +00:00
|
|
|
tera = "1.19.1"
|