nff: separate format and lint commands

This commit is contained in:
raf 2025-06-02 07:56:12 +03:00
commit 6362ade5bd
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 376 additions and 135 deletions

7
Cargo.lock generated
View file

@ -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",