[#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.
This commit is contained in:
Myrddin Dundragon 2025-03-10 11:45:38 -04:00
parent d4a9e67a4a
commit c3f2bb7a23

View File

@ -1,20 +1,18 @@
[package] [package]
name = "sigils" name = "sigils"
version = "0.1.0" version = "0.1.0"
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"] authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
description = "A mathematics library." description = "A mathematics library."
license = "" license = ""
repository = "https://gitlab.com/CyberMages/Core/sigils.git" repository = "https://workshop.cybermages.tech/CyberMages/sigils.git"
documentation = "" documentation = ""
keywords = ["sigils"] keywords = ["sigils", "math"]
edition = "2018" edition = "2021"
[dependencies.weave]
git = "ssh://git@gitlab.com/CyberMages/Core/weave"
[dependencies.binding] [dependencies.binding]
git = "ssh://git@gitlab.com/CyberMages/Core/binding" git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/binding.git"
[dependencies.pact] [dependencies.pact]
git = "ssh://git@gitlab.com/CyberMages/Core/pact" git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/pact.git"