Adjusting the repository locations.

This commit is contained in:
Myrddin Dundragon 2017-04-06 17:09:51 -04:00
parent 32ed0dd881
commit 55b9e64fa8

View File

@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
description = "Rust bindings for standard C functions."
license = ""
repository = "https://gitlab.com/CyberMages/pact.git"
repository = "https://gitlab.com/CyberMages/Core/pact.git"
documentation = ""
keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"]
build = "build.rs"
@ -19,14 +19,14 @@ weak = []
[build-dependencies.scribe]
git = "https://gitlab.com/CyberMages/scribe.git"
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
[dependencies.scribe]
git = "https://gitlab.com/CyberMages/scribe.git"
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
[dependencies.binding]
git = "https://gitlab.com/CyberMages/binding.git"
git = "ssh://git@gitlab.com/CyberMages/Core/binding.git"
[dependencies.weave]
git = "https://gitlab.com/CyberMages/weave.git"
git = "ssh://git@gitlab.com/CyberMages/Core/weave.git"