stapix
Yet another static page generator for photo galleries
Name | Size | Mode | |
.. | |||
Cargo.toml | 355B | -rw-r--r-- |
01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16
[package] name = "stapix" version = "0.2.4" edition = "2021" license = "GPLv3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_yaml = "0.9" webp = "0.2" image = "0.24.7" threadpool = "1.8.1" num_cpus = "1.16.0" crossterm = "0.27.0"