Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fgamundi committed Apr 25, 2024
1 parent ba1cf93 commit cb9d512
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions client/rpc/finality/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ version = "0.1.0"

[dependencies]
async-trait = { workspace = true }
jsonrpsee = { workspace = true, features = ["macros", "server"] }
parity-scale-codec = { workspace = true, features = ["std"] }
tokio = { workspace = true, features = ["sync", "time"] }
jsonrpsee = { workspace = true, features = [ "macros", "server" ] }
parity-scale-codec = { workspace = true, features = [ "std" ] }
tokio = { workspace = true, features = [ "sync", "time" ] }

fc-db = { workspace = true }
fc-api = { workspace = true }
fc-rpc = { workspace = true }
sp-api = { workspace = true, features = ["std"] }
sp-api = { workspace = true, features = [ "std" ] }
sp-blockchain = { workspace = true }
sp-core = { workspace = true, features = ["std"] }
sp-runtime = { workspace = true, features = ["std"] }
sp-core = { workspace = true, features = [ "std" ] }
sp-runtime = { workspace = true, features = [ "std" ] }

0 comments on commit cb9d512

Please sign in to comment.