Skip to content

Commit 6488a66

Browse files
committed
refactor(protocol-config): sort cargo.toml dependencies
1 parent 8ea7d61 commit 6488a66

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

internal/mithril-protocol-config/Cargo.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ repository = { workspace = true }
1111
[dependencies]
1212
anyhow = { workspace = true }
1313
async-trait = { workspace = true }
14-
mithril-common = { path = "../../mithril-common" }
15-
mithril-ticker = { path = "../mithril-ticker" }
1614
mithril-cardano-node-chain = { path = "../cardano-node/mithril-cardano-node-chain" }
1715
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" }
1818
reqwest = { workspace = true, features = [
1919
"default",
2020
"stream",
@@ -33,11 +33,10 @@ slog = { workspace = true, features = [
3333
thiserror = { workspace = true }
3434
tokio = { 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"] }
4138
http = "1.3.1"
4239
httpmock = "0.7.0"
43-
mockall = { workspace = true }
40+
mockall = { workspace = true }
41+
slog-async = { workspace = true }
42+
slog-term = { workspace = true }

0 commit comments

Comments
 (0)