diff --git a/Cargo.toml b/Cargo.toml index 2e4c9ab..00178a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,20 +1,18 @@ [package] name = "sigils" version = "0.1.0" -authors = ["Jason Travis Smith "] +authors = ["Jason Travis Smith "] description = "A mathematics library." license = "" -repository = "https://gitlab.com/CyberMages/Core/sigils.git" +repository = "https://workshop.cybermages.tech/CyberMages/sigils.git" documentation = "" -keywords = ["sigils"] -edition = "2018" +keywords = ["sigils", "math"] +edition = "2021" -[dependencies.weave] -git = "ssh://git@gitlab.com/CyberMages/Core/weave" [dependencies.binding] -git = "ssh://git@gitlab.com/CyberMages/Core/binding" +git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/binding.git" [dependencies.pact] -git = "ssh://git@gitlab.com/CyberMages/Core/pact" +git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/pact.git"