website/Cargo.toml

14 lines
295 B
TOML

[package]
name = "personal-website"
version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = "4.5.1"
actix-web-lab = "0.20.2"
anyhow = "1.0.81"
askama = "0.12.1"
log = "0.4.21"
simplelog = { version = "0.12.2", features = ["paris"] }
# time = { version = "0.3.34", features = ["macros"] }