nff: separate format and lint commands
This commit is contained in:
parent
9791296634
commit
6362ade5bd
3 changed files with 376 additions and 135 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -176,6 +176,12 @@ dependencies = [
|
|||
"byteorder",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "glob"
|
||||
version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
||||
|
||||
[[package]]
|
||||
name = "hashbrown"
|
||||
version = "0.15.3"
|
||||
|
@ -273,6 +279,7 @@ dependencies = [
|
|||
"anyhow",
|
||||
"clap",
|
||||
"cstree",
|
||||
"glob",
|
||||
"logos",
|
||||
"regex",
|
||||
"serde",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue