Files
sigils/Cargo.toml

13 lines
376 B
TOML
Raw Normal View History

[package]
name = "sigils"
version = "0.2.0"
2025-07-30 00:20:02 -04:00
edition = "2024"
description = "High-performance no_std linear algebra for simulations and embedded flight systems."
keywords = ["sigils", "math"]
2025-07-30 00:20:02 -04:00
repository = "https://workshop.cybermages.tech/CyberMages/sigils"
authors = ["Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license = "Apache-2.0"
2025-07-30 00:20:02 -04:00
[dependencies]