Files
Rusty-Matrices/Cargo.toml

9 lines
214 B
TOML
Raw Normal View History

2025-10-07 11:53:10 -06:00
[package]
name = "matrix"
version = "0.1.0"
edition = "2021"
[dependencies]
num-traits = "0.2.19"
fractions = {git = "https://laentropia-homelab.tail7368da.ts.net/laentropia/Rusty-Fractions.git", branch= "main" }