aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4535a7b88a1eb9ef26b355a7c225aa06795c6f05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "palpad"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "A really simple static site generator"
homepage = "https://git.spacejunk.sh/palpad.git"
repository = "https://git.spacejunk.sh/palpad.git"
readme = "README.md"

[dependencies]
clap = { version = "4.5.43", features = ["derive"] }