all repos — breadsite @ 63b118288515ef1392f22813ffcd98b633ea7f05

Unnamed repository; edit this file 'description' to name the repository.

Cargo.toml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
[package]
name = "breadsite"
version = "0.1.0"
edition = "2024"

[dependencies]
maud = { version = "*", features = ["actix-web"] }
actix-web = "*"
actix-files = "*"
chrono = "*"