NOTE: this will be diluted down in order to admit any type of weird string
9 lines
117 B
TOML
9 lines
117 B
TOML
[package]
|
|
name = "colorizer"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
clipboard = "0.5.0"
|
|
regex = "1.11.1"
|