Files
developer-toolbox/colorizer/Cargo.toml
Daniel Heras Quesada 2fc069ca8e feat: string parsers developed for all formats with strict regex
NOTE: this will be diluted down in order to admit any type of weird
string
2025-08-15 17:44:36 +02:00

9 lines
117 B
TOML

[package]
name = "colorizer"
version = "0.1.0"
edition = "2024"
[dependencies]
clipboard = "0.5.0"
regex = "1.11.1"