mirror of
https://github.com/pldubouilh/blockfast.git
synced 2026-09-05 16:47:40 -04:00
json & generic parser support
also added verbose flag and configurable HTTP statuses
This commit is contained in:
+2
-1
@@ -11,5 +11,6 @@ linemux = "0.2"
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|
||||
lazy_static = "1.4.0"
|
||||
regex = "1.5.4"
|
||||
clap = "2.33.3"
|
||||
anyhow = "1.0.44"
|
||||
serde_json = "=1.0.1"
|
||||
clap = { version = "4.5.27", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user