more dev work

This commit is contained in:
2026-03-22 18:17:51 -05:00
parent 40685b7c4d
commit e7b8596205
3 changed files with 54 additions and 8 deletions

10
Cargo.lock generated
View File

@@ -98,6 +98,15 @@ version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
[[package]]
name = "colored"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
dependencies = [
"windows-sys",
]
[[package]]
name = "equivalent"
version = "1.0.2"
@@ -149,6 +158,7 @@ name = "pallet"
version = "0.1.0"
dependencies = [
"clap",
"colored",
"glob",
"serde",
"toml",