Skip to content

Commit

Permalink
Moving is-tree out of Ligen
Browse files Browse the repository at this point in the history
  • Loading branch information
notdanilo committed Nov 28, 2023
1 parent b4ed8a6 commit b8c7e30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit b8c7e30

Please sign in to comment.