mirror the CLI
This commit is contained in:
parent
ceb872590f
commit
291350855f
4 changed files with 295 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue