Skip to content

Commit 5118626

Browse files
Copilotseqre
andcommitted
Add workspace dependencies for chombot crates
Co-authored-by: seqre <44679055+seqre@users.noreply.github.com>
1 parent 2c11f5f commit 5118626

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ log = "0.4.29"
2626
num-bigint = "0.4.6"
2727
itertools = "0.14.0"
2828
poise = "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" }

chombot-kcc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ env_logger.workspace = true
2424
num-bigint.workspace = true
2525
itertools.workspace = true
2626
poise.workspace = true
27-
chombot-common = { path = "../chombot-common" }
28-
chombot = { path = "../chombot" }
27+
chombot-common.workspace = true
28+
chombot.workspace = true

chombot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ num-bigint.workspace = true
2525
itertools.workspace = true
2626
poise.workspace = true
2727
toml = "0.9.10"
28-
chombot-common = { path = "../chombot-common" }
28+
chombot-common.workspace = true
2929

3030
[dev-dependencies]
3131
tempfile = "3.24.0"

0 commit comments

Comments
 (0)