[#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:
14
Cargo.toml
14
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"
|
||||
|
Reference in New Issue
Block a user