Files
stitch-peek-rs/stitch-peek/Cargo.toml
Nils Pukropp 0a6448c68a
All checks were successful
CI / Lint and Test (pull_request) Successful in 36s
CI / Version Check (pull_request) Successful in 3s
version bump
2026-03-30 01:00:45 +02:00

17 lines
514 B
TOML

[package]
name = "stitch-peek"
version = "0.1.2"
edition = "2024"
description = "Nautilus thumbnail generator for PES embroidery files"
license = "MIT"
repository = "https://git.narl.io/nvrl/stitch-peek-rs"
authors = ["Nils Pukropp <nils@narl.io>"]
keywords = ["embroidery", "pes", "thumbnailer", "nautilus"]
categories = ["graphics", "command-line-utilities"]
readme = "README.md"
[dependencies]
rustitch = { version = "0.1.1", path = "../rustitch" }
clap = { version = "4", features = ["derive"] }
anyhow = "1"