12 lines
205 B
TOML
12 lines
205 B
TOML
[package]
|
|
name = "mdq"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ansi_term = "0.12.1"
|
|
atty = "0.2.14"
|
|
clap = { version = "4.5.45", features = ["derive"] }
|
|
fuzzy-matcher = "0.3.7"
|
|
regex = "1.11.1"
|