cargo: monorepo deps

This commit is contained in:
ardocrat
2026-01-10 00:36:08 +03:00
committed by GitHub
parent 930a44d456
commit 249dd76fb1
+7 -1
View File
@@ -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"