This was adjusted to drop weave usage and point to the new git server. The Rust edition was also incremented.
19 lines
481 B
TOML
19 lines
481 B
TOML
[package]
|
|
name = "sigils"
|
|
version = "0.1.0"
|
|
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
|
description = "A mathematics library."
|
|
license = ""
|
|
repository = "https://workshop.cybermages.tech/CyberMages/sigils.git"
|
|
documentation = ""
|
|
keywords = ["sigils", "math"]
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies.binding]
|
|
git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/binding.git"
|
|
|
|
[dependencies.pact]
|
|
git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/pact.git"
|