Add options and refactor to lib
This commit is contained in:
@@ -5,7 +5,12 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.29", features = ["derive"] }
|
||||
clap-verbosity-flag = "3.0.2"
|
||||
crc32fast = "1.4.2"
|
||||
env_logger = "0.11.6"
|
||||
log = "0.4.25"
|
||||
nom = "8.0.0"
|
||||
rand = "0.9.0"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
serde_json = "1.0.138"
|
||||
serde_yaml = "0.9.34"
|
||||
|
||||
Reference in New Issue
Block a user