all repos — breadsite @ 28d25801570abc207e310b18e710fa24610cc2aa

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 = "*"