File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ 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+
1319ahash = " 0.8"
1420anyhow = " 1"
1521base32 = " 0.5.1"
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ license.workspace = true
88edition.workspace = true
99
1010[dependencies ]
11- filecoin-f3-blssig = { path = " ../blssig " , version = " 0.1.0 " }
12- filecoin-f3-certs = { path = " ../certs " , version = " 0.1.0 " }
13- filecoin-f3-gpbft = { path = " ../gpbft " , version = " 0.1.0 " }
14- filecoin-f3-rpc = { path = " ../rpc " , version = " 0.1.0 " }
11+ filecoin-f3-blssig = { workspace = true }
12+ filecoin-f3-certs = { workspace = true }
13+ filecoin-f3-gpbft = { workspace = true }
14+ filecoin-f3-rpc = { workspace = true }
1515
1616anyhow.workspace = true
1717base64 = { workspace = true }
You can’t perform that action at this time.
0 commit comments