2015-10-04 02:59:26 -04:00
|
|
|
[package]
|
|
|
|
name = "sigils"
|
|
|
|
version = "0.1.0"
|
2025-07-30 00:20:02 -04:00
|
|
|
edition = "2024"
|
2016-06-27 18:22:52 -04:00
|
|
|
description = "A mathematics library."
|
2025-07-29 12:38:11 -04:00
|
|
|
keywords = ["sigils", "math"]
|
2025-07-30 00:20:02 -04:00
|
|
|
repository = "https://workshop.cybermages.tech/CyberMages/sigils"
|
2025-07-29 12:38:11 -04:00
|
|
|
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
|
|
|
|
readme = "README.md"
|
|
|
|
license = "Apache-2.0"
|
2016-06-27 18:22:52 -04:00
|
|
|
|
2025-07-30 00:20:02 -04:00
|
|
|
[dependencies]
|
|
|
|
binding = { version = "0.1.0", registry = "cybermages" }
|
|
|
|
pact = { version = "0.1.0", registry = "cybermages" }
|