quic_geyser_plugin/client/Cargo.toml

17 lines
461 B
TOML

[package]
name = "quic-geyser-client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quinn = { workspace = "true" }
solana-sdk = { workspace = "true" }
anyhow = { workspace = "true" }
futures = { workspace = "true" }
async-stream = { workspace = "true" }
tokio = { workspace = "true" }
log = { workspace = "true" }
quic-geyser-common = { path = "../common" }