2022-04-10 22:21:45 +00:00
|
|
|
[package]
|
|
|
|
name = "microbin"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
actix-web = "4"
|
|
|
|
actix-files = "0.6.0"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
askama = "0.10"
|
|
|
|
askama-filters = { version = "0.1.3", features = ["chrono"] }
|
|
|
|
chrono = "0.4.19"
|
2022-04-11 13:41:28 +00:00
|
|
|
rand = "0.8.5"
|