added publishing metadata and seperated project readmes
Some checks failed
CI / Lint and Test (pull_request) Successful in 37s
CI / Version Check (pull_request) Failing after 3s

This commit is contained in:
2026-03-30 00:58:48 +02:00
parent de363276b2
commit ad8738e6dd
5 changed files with 187 additions and 19 deletions

View File

@@ -2,6 +2,13 @@
name = "rustitch"
version = "0.1.1"
edition = "2024"
description = "PES embroidery file parser and thumbnail renderer"
license = "MIT"
repository = "https://git.narl.io/nvrl/stitch-peek-rs"
authors = ["Nils Pukropp <nils@narl.io>"]
keywords = ["embroidery", "pes", "thumbnail", "stitch"]
categories = ["graphics", "parser-implementations"]
readme = "README.md"
[dependencies]
thiserror = "2"