blastmud/ansi_macro/Cargo.toml

14 lines
194 B
TOML
Raw Permalink Normal View History

2022-12-24 01:34:01 +11:00
[package]
name = "ansi_macro"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
2024-01-07 16:43:26 +11:00
nom = "7.1.3"
quote = "1.0.35"
2024-03-11 20:42:52 +11:00
syn = "2.0.52"
ansi_markup = { path = "../ansi_markup" }