9 lines
214 B
TOML
9 lines
214 B
TOML
[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" }
|