Prepared `command_runner` to be published

This commit is contained in:
Martin Slot 2023-12-09 08:58:37 +01:00
parent dc690aa8a1
commit 47a8682b0c
1 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ publish = ["descore"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
commander_host = { path = "../commander_host", version = "0.1.0" }
commander_kernel = { path = "../kernel", version = "0.1.0" }
commander_host = { path = "../commander_host", version = "0.1.0", registry = "descore" }
commander_kernel = { path = "../kernel", version = "0.1.0", registry = "descore" }