We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e13ac39 commit e53eef8Copy full SHA for e53eef8
Cargo.toml
@@ -3,3 +3,10 @@ members = [
3
"catalyst-toolbox",
4
"voting-hir"
5
]
6
+
7
+[patch."https://github.com/input-output-hk/jormungandr"]
8
+jormungandr = { path = "../jormungandr/jormungandr/" }
9
+jormungandr-lib = { path = "../jormungandr/jormungandr-lib/" }
10
+jormungandr-integration-tests = { path = "../jormungandr/testing/jormungandr-integration-tests/" }
11
+jormungandr-automation = { path = "../jormungandr/testing/jormungandr-automation/" }
12
+jcli = { path = "../jormungandr/jcli/" }
0 commit comments