a better coloring crate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "comat"
version = "0.1.3"
edition = "2021"
authors = ["bendn <[email protected]>"]
license = "MIT"
description = "a better coloring crate"
repository = "https://github.com/bend-n/comat"

[lib]
proc_macro = true

[dependencies]
proc-macro2 = "1.0.67"
quote = "1.0.32"
syn = "2.0.15"