File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,6 @@ log = "0.4.29"
2626num-bigint = " 0.4.6"
2727itertools = " 0.14.0"
2828poise = " 0.6.1"
29+ chombot-common = { version = " 0.1.0" , path = " chombot-common" }
30+ chombot = { version = " 0.1.0" , path = " chombot" }
31+ chombot-kcc = { version = " 0.1.0" , path = " chombot-kcc" }
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ env_logger.workspace = true
2424num-bigint.workspace = true
2525itertools.workspace = true
2626poise.workspace = true
27- chombot-common = { path = " ../chombot-common " }
28- chombot = { path = " ../chombot " }
27+ chombot-common.workspace = true
28+ chombot.workspace = true
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ num-bigint.workspace = true
2525itertools.workspace = true
2626poise.workspace = true
2727toml = " 0.9.10"
28- chombot-common = { path = " ../chombot-common " }
28+ chombot-common.workspace = true
2929
3030[dev-dependencies ]
3131tempfile = " 3.24.0"
You can’t perform that action at this time.
0 commit comments