sigils/Cargo.toml

21 lines
498 B
TOML

[package]
name = "sigils"
version = "0.1.0"
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
description = "A mathematics library."
license = ""
repository = "https://gitlab.com/CyberMages/Core/sigils.git"
documentation = ""
keywords = ["sigils"]
edition = "2018"
[dependencies.weave]
git = "ssh://git@gitlab.com/CyberMages/Core/weave"
[dependencies.binding]
git = "ssh://git@gitlab.com/CyberMages/Core/binding"
[dependencies.pact]
git = "ssh://git@gitlab.com/CyberMages/Core/pact"