File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
internal/mithril-protocol-config Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ members = [
1818 " internal/mithril-doc" ,
1919 " internal/mithril-doc-derive" ,
2020 " internal/mithril-era" ,
21- " internal/mithril-metric" ,
22- " internal/mithril-protocol-config" ,
21+ " internal/mithril-metric" ,
2322 " internal/mithril-persistence" ,
23+ " internal/mithril-protocol-config" ,
2424 " internal/mithril-resource-pool" ,
2525 " internal/mithril-ticker" ,
2626 " internal/signed-entity/mithril-signed-entity-lock" ,
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ repository = { workspace = true }
1111[dependencies ]
1212anyhow = { workspace = true }
1313async-trait = { workspace = true }
14- mithril-common = { path = " ../../mithril-common" }
15- mithril-ticker = { path = " ../mithril-ticker" }
1614mithril-cardano-node-chain = { path = " ../cardano-node/mithril-cardano-node-chain" }
1715mithril-cardano-node-internal-database = { path = " ../cardano-node/mithril-cardano-node-internal-database" }
16+ mithril-common = { path = " ../../mithril-common" }
17+ mithril-ticker = { path = " ../mithril-ticker" }
1818reqwest = { workspace = true , features = [
1919 " default" ,
2020 " stream" ,
@@ -33,11 +33,10 @@ slog = { workspace = true, features = [
3333thiserror = { workspace = true }
3434tokio = { workspace = true , features = [" macros" , " rt-multi-thread" , " signal" ] }
3535
36-
3736[dev-dependencies ]
38- slog-async = { workspace = true }
39- slog-term = { workspace = true }
4037# criterion = { version = "0.7.0", features = ["html_reports", "async_tokio"] }
4138http = " 1.3.1"
4239httpmock = " 0.7.0"
43- mockall = { workspace = true }
40+ mockall = { workspace = true }
41+ slog-async = { workspace = true }
42+ slog-term = { workspace = true }
You can’t perform that action at this time.
0 commit comments