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 = [
18
18
" internal/mithril-doc" ,
19
19
" internal/mithril-doc-derive" ,
20
20
" internal/mithril-era" ,
21
- " internal/mithril-metric" ,
22
- " internal/mithril-protocol-config" ,
21
+ " internal/mithril-metric" ,
23
22
" internal/mithril-persistence" ,
23
+ " internal/mithril-protocol-config" ,
24
24
" internal/mithril-resource-pool" ,
25
25
" internal/mithril-ticker" ,
26
26
" internal/signed-entity/mithril-signed-entity-lock" ,
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ repository = { workspace = true }
11
11
[dependencies ]
12
12
anyhow = { workspace = true }
13
13
async-trait = { workspace = true }
14
- mithril-common = { path = " ../../mithril-common" }
15
- mithril-ticker = { path = " ../mithril-ticker" }
16
14
mithril-cardano-node-chain = { path = " ../cardano-node/mithril-cardano-node-chain" }
17
15
mithril-cardano-node-internal-database = { path = " ../cardano-node/mithril-cardano-node-internal-database" }
16
+ mithril-common = { path = " ../../mithril-common" }
17
+ mithril-ticker = { path = " ../mithril-ticker" }
18
18
reqwest = { workspace = true , features = [
19
19
" default" ,
20
20
" stream" ,
@@ -33,11 +33,10 @@ slog = { workspace = true, features = [
33
33
thiserror = { workspace = true }
34
34
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" , " signal" ] }
35
35
36
-
37
36
[dev-dependencies ]
38
- slog-async = { workspace = true }
39
- slog-term = { workspace = true }
40
37
# criterion = { version = "0.7.0", features = ["html_reports", "async_tokio"] }
41
38
http = " 1.3.1"
42
39
httpmock = " 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