From b8c7e3088e513aca903cc6c7db35d4481a2f99db Mon Sep 17 00:00:00 2001 From: Danilo Guanabara Date: Tue, 28 Nov 2023 17:40:23 -0300 Subject: [PATCH] Moving is-tree out of Ligen --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ac075edb..72d3c590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ members = [ "ligen/generator", "ligen/utils", "ligen/traits", - "dependencies/is-tree", # TODO: Make is-tree its own repository. "ecosystem/python/parser", "ecosystem/rust/pyo3-importer", "ecosystem/rust/cargo", @@ -49,7 +48,7 @@ ligen-rust-pyo3-importer = { path = "ecosystem/rust/pyo3-importer" } ligen-rust-parser = { path = "ecosystem/rust/parser" } ligen-cargo = { path = "ecosystem/rust/cargo" } ligen-gui-runtime = { path = "tools/editor/dependencies/gui-runtime" } -is-tree = { path = "dependencies/is-tree" } +is-tree = { git = "https://github.com/notdanilo/is-tree" } serde = { version = "1", features = ["derive"] } enum-as-inner = "0.6.0" serde_json = "1"