Skip to content

Commit

Permalink
format Cargo.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-bcw committed Jun 26, 2024
1 parent 4036ece commit bf727e6
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
[workspace]
members = ["mpt_trie",
"proof_gen",
"trace_decoder",
"evm_arithmetization",
"zero_bin/leader",
"zero_bin/worker",
"zero_bin/common",
"zero_bin/ops",
"zero_bin/verifier",
"zero_bin/rpc",
"zero_bin/prover",
"zero_bin/coordinator"]
members = [ "mpt_trie", "proof_gen", "trace_decoder", "evm_arithmetization", "zero_bin/leader", "zero_bin/worker", "zero_bin/common", "zero_bin/ops", "zero_bin/verifier", "zero_bin/rpc", "zero_bin/prover", "zero_bin/coordinator" ]
resolver = "2"

[workspace.package]
Expand All @@ -22,20 +11,7 @@ keywords = ["cryptography", "STARK", "plonky2", "ethereum", "zk"]
categories = ["cryptography::cryptocurrencies"]

[workspace.dependencies]
alloy = { git = "https://github.com/alloy-rs/alloy", tag='v0.1.1', default-features = false, features = [
"consensus",
"reqwest",
"json-rpc",
"rlp",
"rpc",
"rpc-client",
"rpc-types-eth",
"rpc-types-trace",
"providers",
"transports",
"transport-http",
"rpc-types-debug"
] }
alloy = { git = "https://github.com/alloy-rs/alloy", tag = 'v0.1.1', default-features = false, features = [ "consensus", "reqwest", "json-rpc", "rlp", "rpc", "rpc-client", "rpc-types-eth", "rpc-types-trace", "providers", "transports", "transport-http", "rpc-types-debug" ] }
anyhow = "1.0.40"
async-stream = "0.3.5"
axum = "0.7.4"
Expand Down Expand Up @@ -115,4 +91,4 @@ google-cloud-storage = "0.16.0"
google-cloud-googleapis = "0.12.0"
google-cloud-auth = "0.13.2"

chrono = "0.4.38"
chrono = "0.4.38"

0 comments on commit bf727e6

Please sign in to comment.