Skip to content

Commit 1d45e45

Browse files
committed
feat: use epic and epic-wallet subtrees
TODO: push to cypherstack/epicboxlib repo
1 parent ca63922 commit 1d45e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/epicbox/epicboxlib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ ws = { version="0.9.2" }
2424

2525
grin_secp256k1zkp = { version = "0.7.4", features = ["bullet-proof-sizing"]}
2626

27-
epic_core = { git = "https://github.com/EpicCash/epic", branch = "master" }
28-
epic_wallet_libwallet = { git = "https://github.com/EpicCash/epic-wallet" , branch = "master" }
27+
epic_core = { path = "../../epic/core" }
28+
epic_wallet_libwallet = { path = "../../epic-wallet/libwallet" }

0 commit comments

Comments
 (0)