Implement node composition and Cache node

This commit is contained in:
Dennis
2022-08-01 23:43:56 -07:00
committed by Keavon Chambers
parent 4f492b24d2
commit 7a79a892b4
5 changed files with 349 additions and 132 deletions
+2
View File
@@ -12,3 +12,5 @@ rust_analyzer = ["ide", "ide_db"]
ide = { version = "*", package = "ra_ap_ide", optional = true }
ide_db = { version = "*", package = "ra_ap_ide_db" , optional = true }
graph-proc-macros = {path = "proc-macro"}
once_cell = "1.10"
dashmap = "5.2"