photojawn/Cargo.toml
2025-04-27 08:34:34 -07:00

12 lines
317 B
TOML

[package]
name = "photojawn"
version = "0.2.0"
description = "A static site generator for photo albums"
authors = ["Nick Pegg <nick@nickpegg.com>"]
license = "MIT"
repository = "https://github.com/nickpegg/photojawn"
edition = "2024"
[dependencies]
anyhow = "^1.0"
clap = { version = "^4.5", features = ["derive"] }