diff --git a/Cargo.toml b/Cargo.toml index b4a8576..7a389d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,5 @@ version = "0.1.0" edition = "2024" [dependencies] -#limbo_graph = { branch = "main", git="https://git.jpace121.net/public/limbo_graph.git" } -limbo_graph = { path="../limbo_graph/" } +limbo_graph = { branch = "main", git="https://git.jpace121.net/public/limbo_graph.git" } thiserror = { version = "2.0.18", default-features = false } \ No newline at end of file