Updating cargo file to target a git branch

This commit is contained in:
Godmode Galactus 2023-10-16 10:48:38 +02:00
parent 665ebe1409
commit fcef6ba854
No known key found for this signature in database
GPG Key ID: A04142C71ABB0DEA
2 changed files with 354 additions and 462 deletions

810
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,9 +7,9 @@ edition = "2021"
[dependencies]
tokio = { version = "1.21.2", features = ["rt-multi-thread", "macros", "time", "fs"] }
solana-sdk = { path="/home/galactus/solana_1/sdk" }
solana-geyser-plugin-interface = { path="/home/galactus/solana_1/geyser-plugin-interface" }
solana-streamer = { path="/home/galactus/solana_1/streamer" }
solana-sdk = { git = "https://github.com/blockworks-foundation/solana.git", branch = "geyser_send_transaction_result_v1.16.15" }
solana-geyser-plugin-interface = { git = "https://github.com/blockworks-foundation/solana.git", branch = "geyser_send_transaction_result_v1.16.15" }
solana-streamer = { git = "https://github.com/blockworks-foundation/solana.git", branch = "geyser_send_transaction_result_v1.16.15" }
itertools = "0.10.5"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"