Add FnNode and FnNodeWithState to node graph

This commit is contained in:
Dennis
2022-03-31 15:35:37 +02:00
committed by Keavon Chambers
parent 33244e7122
commit f58f2ee7ed
4 changed files with 166 additions and 70 deletions

View File

@@ -14,3 +14,6 @@ ide_db = { version = "*", package = "ra_ap_ide_db" , optional = true }
graph-proc-macros = {path = "proc-macro"}
once_cell = "1.10"
dashmap = "5.2"
storage-map = "*"
lock_api = "*"
parking_lot = "*"