Skip to content

Commit

Permalink
split into two binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Aug 14, 2024
1 parent 3b13220 commit 53965b1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion chaindata_standalone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,22 @@ name = "chaindata_standalone"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "chaindata_standalone"
path = "src/standalone.rs"

[[bin]]
name = "replay_slot_account_stream"
path = "src/replay_slot_account_stream.rs"

[dependencies]
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

tokio = { workspace = true }
tokio-stream = { workspace = true }


csv = "1.3.0"
log = { workspace = true }
anyhow = { workspace = true }

Expand Down

0 comments on commit 53965b1

Please sign in to comment.