website/Cargo.toml

23 lines
524 B
TOML
Raw Normal View History

2024-03-23 19:19:02 +00:00
[package]
name = "personal-website"
version = "0.1.0"
edition = "2021"
2024-03-23 20:28:03 +00:00
authors = [
"xomf",
"mcorange <mcorange@mcorangehq.xyz>"
]
2024-03-23 19:19:02 +00:00
[dependencies]
2024-03-23 20:19:00 +00:00
actix-files = "0.6.5"
2024-03-23 19:19:02 +00:00
actix-web = "4.5.1"
actix-web-lab = "0.20.2"
2024-03-23 20:03:16 +00:00
anyhow = "1.0.81"
2024-03-23 19:19:02 +00:00
askama = "0.12.1"
camino = "1.1.6"
2024-03-23 20:28:03 +00:00
clap = { version = "4.5.3", features = ["derive"] }
2024-03-23 20:03:16 +00:00
log = "0.4.21"
serde = { version = "1.0.197", features = ["derive"] }
2024-03-23 20:03:16 +00:00
simplelog = { version = "0.12.2", features = ["paris"] }
toml = "0.8.12"
2024-03-23 20:03:16 +00:00
# time = { version = "0.3.34", features = ["macros"] }