From a4f130fcc0e7172e88797d8fd23af04dbe71caaa Mon Sep 17 00:00:00 2001 From: James Pace Date: Fri, 3 Jul 2026 16:12:08 -0400 Subject: [PATCH] Play nice with colcon-ros-cargo. --- Cargo.toml | 5 ++++- package.xml | 17 +++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 package.xml diff --git a/Cargo.toml b/Cargo.toml index ee5f39f..631d7fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,8 @@ version = "0.1.0" edition = "2024" [dependencies] -limbo_graph = { path = "../limbo_graph" } +limbo_graph = { version = "*" } thiserror = { version = "2.0.18", default-features = false } + +[patch.crates-io] +limbo_graph = { branch = "main", git="https://git.jpace121.net/public/limbo_graph.git" } diff --git a/package.xml b/package.xml new file mode 100644 index 0000000..be466a8 --- /dev/null +++ b/package.xml @@ -0,0 +1,17 @@ + + + + j7s_diagnostics + 0.0.0 + Library providing tools to work with ros diagnostics. + James Pace + MPL-2.0 + + ament_cargo + + limbo_graph + + + ament_cargo + +