zing-art 1.1.0

A TUI for physical string art placement. It takes a sequence, you pull the thread. ZING: Zing Is Not Generating.
[[bin]]
name = "zing"
path = "src/main.rs"

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.tui-big-text]
version = "0.8.1"

[package]
authors = ["Darío Martínez Kostyuk <dariomartk@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = " A TUI for physical string art placement. It takes a sequence, you pull the thread. ZING: Zing Is Not Generating."
edition = "2024"
homepage = "https://github.com/000volk000/zing"
license = "MIT"
name = "zing-art"
readme = "README.md"
repository = "https://github.com/000volk000/zing"
version = "1.1.0"

[profile.dist]
inherits = "release"
lto = "thin"

[profile.release]
codegen-units = 1
lto = true
opt-level = "s"
strip = true