all repos — breadsite @ c79ed8de553af34d5f5f0e128e375d8eca8f0518

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