Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Jan 28, 2025
1 parent 17eaa04 commit 210305c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ workspace = true
chain-utils = { workspace = true }
chrono = { workspace = true, features = ["clock"] }
clap = { workspace = true, features = ["derive"] }
cometbft-rpc = { workspace = true }
prost = { workspace = true }
protos = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
cometbft-rpc = { workspace = true }
tokio = { workspace = true, features = ["full"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
Expand Down

0 comments on commit 210305c

Please sign in to comment.