File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,6 @@ edition = "2024"
1010rust-version = " 1.85.0"
1111
1212[workspace .dependencies ]
13- # Internal workspace packages
14- filecoin-f3-blssig = { path = " ./blssig" , version = " 0.1.0" }
15- filecoin-f3-certs = { path = " ./certs" , version = " 0.1.0" }
16- filecoin-f3-gpbft = { path = " ./gpbft" , version = " 0.1.0" }
17- filecoin-f3-rpc = { path = " ./rpc" , version = " 0.1.0" }
18-
1913ahash = " 0.8"
2014anyhow = " 1"
2115base32 = " 0.5.1"
@@ -38,6 +32,7 @@ num-bigint = { version = "0.4.6", features = ["serde"] }
3832num-traits = " 0.2.19"
3933parking_lot = " 0.12"
4034rand = " 0.8"
35+ rayon = " 1.11.0"
4136serde = { version = " 1" , features = [" derive" ] }
4237serde_cbor = " 0.11.2"
4338serde_json = { version = " 1" , features = [" raw_value" ] }
You can’t perform that action at this time.
0 commit comments