me-site/Cargo.toml
2023-09-16 17:53:03 +02:00

21 lines
465 B
TOML

[package]
name = "me-site"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-files = "0.6.2"
actix-web = "4.2.1"
chrono = "0.4.22"
env_logger = "0.9.3"
log = "0.4.17"
gnupg-rs = "0.1.0"
web-base = "0.2"
serde = {version = "1.0.147", features = ["derive"] }
serde_json = "1.0.87"
reqwest = "0.11"
maud = "0.24.0"
tokio = { version = "1", features = ["sync"] }