Add workspace support for all crates

This commit is contained in:
Ignotus Peverell
2017-04-05 23:41:49 -07:00
parent f16c4ac59b
commit 382754e54c
9 changed files with 32 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
name = "grin_api"
version = "0.1.0"
authors = ["Ignotus Peverell <igno.peverell@protonmail.com>"]
workspace = ".."
[dependencies]
grin_chain = { path = "../chain" }