Clean up comments in broker cargo.toml

This commit is contained in:
decentclock
2022-07-25 11:10:37 -06:00
parent 11b9a264f4
commit 61c49a01a8

View File

@@ -6,10 +6,6 @@ default-run = "sphinx-key-broker"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# vls-protocol = { path = "../../../evanf/validating-lightning-signer/vls-protocol" }
# vls-proxy = { path = "../../../evanf/validating-lightning-signer/vls-proxy" }
# vls-frontend = { path = "../../../evanf/validating-lightning-signer/vls-frontend" }
# vls-protocol-client = { path = "../../../evanf/validating-lightning-signer/vls-protocol-client" }
vls-protocol = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "patch-sign-chan" }
vls-proxy = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "patch-sign-chan" }
vls-frontend = { git = "https://gitlab.com/Evanfeenstra/validating-lightning-signer", branch = "patch-sign-chan" }