cargo: monorepo deps
This commit is contained in:
+7
-1
@@ -65,6 +65,12 @@ grin_api = "5.3.3"
|
||||
# grin_util = { path = "../grin/util"}
|
||||
# grin_api = { path = "../grin/api"}
|
||||
|
||||
# Grim monorepo
|
||||
grin_core = { path = "../node/core"}
|
||||
grin_keychain = { path = "../node/keychain"}
|
||||
grin_util = { path = "../node/util"}
|
||||
grin_api = { path = "../node/api"}
|
||||
|
||||
######
|
||||
|
||||
[build-dependencies]
|
||||
@@ -76,4 +82,4 @@ serde = "1"
|
||||
serde_derive = "1"
|
||||
serde_json = "1"
|
||||
remove_dir_all = "0.7"
|
||||
easy-jsonrpc-mw = "0.5.4"
|
||||
easy-jsonrpc-mw = "0.5.4"
|
||||
|
||||
Reference in New Issue
Block a user