yellowstone-grpc/Cargo.toml

13 lines
288 B
TOML

[workspace]
members = [
"examples/rust", # 1.8.0+solana.1.16.1
"yellowstone-grpc-client", # 1.8.0+solana.1.16.1
"yellowstone-grpc-geyser", # 1.5.0+solana.1.16.1
"yellowstone-grpc-proto", # 1.8.0+solana.1.16.1
]
[profile.release]
debug = true
lto = true
codegen-units = 1