mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 05:29:05 +02:00
core: add sign pattern command line argument handling
This commit is contained in:
parent
6da921cca3
commit
9fd5689ebb
4 changed files with 75 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue