BLOG/Cargo.toml

20 lines
374 B
TOML
Raw Normal View History

2024-09-30 22:00:53 +02:00
[package]
name = "blog"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-files = "0.6.6"
2024-10-08 19:13:04 +02:00
actix-identity = "0.8.0"
2024-09-30 22:00:53 +02:00
actix-web = "4.9.0"
2024-10-08 19:13:04 +02:00
base64 = "0.22.1"
dotenv = "0.15.0"
2024-09-30 22:00:53 +02:00
env_logger = "0.11.5"
ignore = "0.4.23"
lazy_static = "1.5.0"
pulldown-cmark = "0.12.1"
serde = {version = "1.0.210", features = ["derive"]}
serde_json = "1.0.128"
tera = "1.20.0"
toml = "0.8.19"