codigocomentado/Cargo.toml

23 lines
747 B
TOML
Raw Permalink 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"
once_cell = "1.19.0"
2024-06-26 02:48:36 +00:00
windmark = { version = "0.3.10", features = ["response-macros", "logger"] }
tokio = { version = "1.26.0", features = ["full"] }
2024-08-07 07:19:18 +00:00
md2gemtext = { git = "https://git.kirbylife.dev/kirbylife/md2gemtext" }
2024-06-26 02:48:36 +00:00
glob = "0.3.1"