website/Cargo.toml
MCorange99 a4a1e93ddd
Merge remote-tracking branch 'origin/main'
fixed confilcting args -h (--host) and -h (--help)
2024-03-23 22:31:40 +02:00

20 lines
436 B
TOML

[package]
name = "personal-website"
version = "0.1.0"
edition = "2021"
authors = [
"xomf",
"mcorange <mcorange@mcorangehq.xyz>"
]
[dependencies]
actix-files = "0.6.5"
actix-web = "4.5.1"
actix-web-lab = "0.20.2"
anyhow = "1.0.81"
askama = "0.12.1"
clap = { version = "4.5.3", features = ["derive"] }
log = "0.4.21"
simplelog = { version = "0.12.2", features = ["paris"] }
# time = { version = "0.3.34", features = ["macros"] }