mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
12 lines
189 B
TOML
12 lines
189 B
TOML
[package]
|
|
name = "pay_respects"
|
|
version = "0.3.3"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
colored = "2.0"
|
|
rule_parser = { path = "rule_parser" }
|
|
regex-lite = "0.1"
|
|
|
|
[profile.release]
|
|
strip = true
|