File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
internal/mithril-protocol-config Expand file tree Collapse file tree 1 file changed +5
-6
lines changed 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