f56ffa98e4
- added water.css styling - added CL argument to set port - added raw URL to pasta list
15 lines
350 B
TOML
15 lines
350 B
TOML
[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"
|
|
rand = "0.8.5"
|
|
linkify = "0.8.1"
|
|
clap = { version = "3.1.12", features = ["derive"] }
|