diff --git a/Cargo.toml b/Cargo.toml index 4615339..ec4f49a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "sigils" -version = "0.1.0" +version = "0.2.0" edition = "2024" -description = "A mathematics library." +description = "High-performance no_std linear algebra for simulations and embedded flight systems." keywords = ["sigils", "math"] repository = "https://workshop.cybermages.tech/CyberMages/sigils" authors = ["Jason Travis Smith "] @@ -10,5 +10,3 @@ readme = "README.md" license = "Apache-2.0" [dependencies] -binding = { version = "0.1.0", registry = "cybermages" } -pact = { version = "0.1.0", registry = "cybermages" }