Files
sigils/Cargo.toml
Myrddin Dundragon 6cdd077577 [#2] Added Licensing.
I decided on the Apache-2.0 license and have stamped all the files to
now point to that license.
2025-07-29 12:38:11 -04:00

20 lines
512 B
TOML

[package]
name = "sigils"
version = "0.1.0"
edition = "2021"
description = "A mathematics library."
keywords = ["sigils", "math"]
repository = "https://workshop.cybermages.tech/CyberMages/sigils.git"
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
documentation = ""
readme = "README.md"
license = "Apache-2.0"
[dependencies.binding]
git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/binding.git"
[dependencies.pact]
git = "ssh://gitea@workshop.cybermages.tech:3022/CyberMages/pact.git"