mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
8 lines
137 B
TOML
8 lines
137 B
TOML
[package]
|
|
name = "pay_respect"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
colored = "2.0"
|
|
rule_parser = { path = "rule_parser" }
|