mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 23:55:09 +01:00
refactor: separate rule parser to another repo
This commit is contained in:
parent
becb692db0
commit
006e198240
6 changed files with 13 additions and 485 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -3,9 +3,20 @@ name = "pay-respects"
|
|||
version = "0.4.13"
|
||||
edition = "2021"
|
||||
|
||||
# for crates.io
|
||||
description = "Terminal command correction, alternative to thefuck written in Rust"
|
||||
repository = "https://github.com/iffse/pay-respects-parser"
|
||||
keywords = ["cli", "terminal", "utility", "shell"]
|
||||
categories = ["command-line-utilities"]
|
||||
license = "AGPL-3.0"
|
||||
include = [
|
||||
"**/*.rs",
|
||||
"**/*.toml",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
colored = "2.0"
|
||||
rule_parser = { path = "rule_parser" }
|
||||
pay-respects-parser = "0.2.2"
|
||||
regex-lite = "0.1"
|
||||
|
||||
[profile.release]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue