rhi

Coordinated trade for connected markets
git clone https://radroots.dev/git/rhi.git
Log | Files | Refs | README | LICENSE

commit e8fa6be33f52d8e5167d0c6241399045d5ee03c3
parent 4fa1d2efaedc253c533a66618bbcc8d62583066b
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Mon, 11 Aug 2025 11:12:30 -0700

Restructure module to use `radroots-common` crate in development monorepository.

Diffstat:
M.gitmodules | 4----
Dcrates/radroots-common | 1-
Mcrates/rhi/Cargo.toml | 2+-
3 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -1,4 +0,0 @@ -[submodule "crates/radroots-common"] - path = crates/radroots-common - url = git@github.com:72-61-64-72-6f-6f-74-73/crates-radroots-common.git - branch = master diff --git a/crates/radroots-common b/crates/radroots-common @@ -1 +0,0 @@ -Subproject commit 223cda24e7f5296695faa507e5d39cf54a3a82b3 diff --git a/crates/rhi/Cargo.toml b/crates/rhi/Cargo.toml @@ -21,4 +21,4 @@ tokio = { version = "1", features = ["full"] } tracing = "0.1" tracing-subscriber = "0.3" uuid = { version = "1.16.0", features = ["v4"] } -radroots-common = { path = "../radroots-common" } +radroots-common = { path = "../../../../../crates/radroots-common/" }