Adjusting the repository locations.
This commit is contained in:
parent
32ed0dd881
commit
55b9e64fa8
10
Cargo.toml
10
Cargo.toml
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
|
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
|
||||||
description = "Rust bindings for standard C functions."
|
description = "Rust bindings for standard C functions."
|
||||||
license = ""
|
license = ""
|
||||||
repository = "https://gitlab.com/CyberMages/pact.git"
|
repository = "https://gitlab.com/CyberMages/Core/pact.git"
|
||||||
documentation = ""
|
documentation = ""
|
||||||
keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"]
|
keywords = ["c", "libc", "binding", "ffi", "pact", "nostd"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
@ -19,14 +19,14 @@ weak = []
|
|||||||
|
|
||||||
|
|
||||||
[build-dependencies.scribe]
|
[build-dependencies.scribe]
|
||||||
git = "https://gitlab.com/CyberMages/scribe.git"
|
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
|
||||||
|
|
||||||
|
|
||||||
[dependencies.scribe]
|
[dependencies.scribe]
|
||||||
git = "https://gitlab.com/CyberMages/scribe.git"
|
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
|
||||||
|
|
||||||
[dependencies.binding]
|
[dependencies.binding]
|
||||||
git = "https://gitlab.com/CyberMages/binding.git"
|
git = "ssh://git@gitlab.com/CyberMages/Core/binding.git"
|
||||||
|
|
||||||
[dependencies.weave]
|
[dependencies.weave]
|
||||||
git = "https://gitlab.com/CyberMages/weave.git"
|
git = "ssh://git@gitlab.com/CyberMages/Core/weave.git"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user