11 lines
224 B
TOML
11 lines
224 B
TOML
[package]
|
|
authors = ["Michael Sippel <micha@fragmental.art>"]
|
|
edition = "2018"
|
|
name = "laddertypes"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
tiny-ansi = { version = "0.1.0", optional = true }
|
|
|
|
[features]
|
|
pretty = ["dep:tiny-ansi"]
|