summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d6e1acf416525bd78d8aada2b2f3e293c1a1474b40a51ca477d4ca309e44efa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "hitomezashi-rs"
description = "Classic two-colored Hitomezashi stitch pattern generator."
readme = "README.md"
version = "3.2.0"
authors = ["Nicholas Johnson <nick@nicholasjohnson.ch>"]
edition = "2021"
repository = "https://git.nicholasjohnson.ch/hitomezashi-rs"
license = "GPL-3.0-or-later"
exclude = [
	"samples/*",
]

[dependencies]
clap = { version = "4.5.3", features = ["derive"] }
colored = "2.1.0"
rand = "0.8.5"

[build-dependencies]
clap = { version = "4.5.3", features = ["derive"] }
clap_mangen = "0.2.20"