From c3f2bb7a238080e6ffdc9ee50cc7f638988009a6 Mon Sep 17 00:00:00 2001
From: Myrddin Dundragon <myrddin@cybermages.tech>
Date: Mon, 10 Mar 2025 11:45:38 -0400
Subject: [PATCH] [#1] Adjusted due to git repository move.

This was adjusted to drop weave usage and point to the new git
server. The Rust edition was also incremented.
---
 Cargo.toml | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

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 <Myrddin@CyberMagesLLC.com>"]
+authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
 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"