Files
blockfast/Cargo.toml
T
Pierre Dubouilh 61d78a7454 json & generic parser support
also added verbose flag and configurable HTTP statuses
2025-02-01 12:15:20 +02:00

17 lines
446 B
TOML

[package]
name = "blockfast"
version = "0.1.1"
authors = ["Pierre Dubouilh <pldubouilh@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
linemux = "0.2"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
lazy_static = "1.4.0"
regex = "1.5.4"
anyhow = "1.0.44"
serde_json = "=1.0.1"
clap = { version = "4.5.27", features = ["derive"] }