mirror the CLI

This commit is contained in:
Nick Pegg 2025-04-26 20:32:13 -07:00
parent ceb872590f
commit 291350855f
4 changed files with 295 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[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.98"
clap = { version = "^4.5.37", features = ["derive"] }