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 ca63922 commit 1d45e45Copy full SHA for 1d45e45
rust/epicbox/epicboxlib/Cargo.toml
@@ -24,5 +24,5 @@ ws = { version="0.9.2" }
24
25
grin_secp256k1zkp = { version = "0.7.4", features = ["bullet-proof-sizing"]}
26
27
-epic_core = { git = "https://github.com/EpicCash/epic", branch = "master" }
28
-epic_wallet_libwallet = { git = "https://github.com/EpicCash/epic-wallet" , branch = "master" }
+epic_core = { path = "../../epic/core" }
+epic_wallet_libwallet = { path = "../../epic-wallet/libwallet" }
0 commit comments