diff --git a/Cargo.toml b/Cargo.toml index c6ba0f3..80f6aac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Jason Travis Smith "] 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"