core: add sign pattern command line argument handling

This commit is contained in:
Matthias Schiffer 2024-01-04 14:21:12 +01:00
parent 6da921cca3
commit 9fd5689ebb
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
4 changed files with 75 additions and 4 deletions

View file

@ -52,6 +52,7 @@ minedmap-types = { version = "0.1.2", path = "crates/types" }
num-integer = "0.1.45"
num_cpus = "1.16.0"
rayon = "1.7.0"
regex = "1.10.2"
rustc-hash = "1.1.0"
serde = { version = "1.0.152", features = ["rc", "derive"] }
serde_json = "1.0.99"