23 lines
747 B
TOML
23 lines
747 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"
|
|
once_cell = "1.19.0"
|
|
windmark = { version = "0.3.10", features = ["response-macros", "logger"] }
|
|
tokio = { version = "1.26.0", features = ["full"] }
|
|
md2gemtext = { git = "https://git.kirbylife.dev/kirbylife/md2gemtext" }
|
|
glob = "0.3.1"
|