diff --git a/Cargo.lock b/Cargo.lock index 6711f40..76b5063 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,6 +5,7 @@ version = 3 [[package]] name = "cherrytree" version = "0.1.0" +source = "git+https://github.com/raunakab/cherrytree#75aabcb9e4a54f8176ee15bd331275c07229e6b5" dependencies = [ "indexmap", "slotmap", diff --git a/Cargo.toml b/Cargo.toml index 24dcd66..e7d1b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -cherrytree = { path = "../cherrytree" } +cherrytree = { git = "https://github.com/raunakab/cherrytree" } indexmap = "2.0.0" petgraph = "0.6.4" slotmap = "1.0.6"