Files
Rusty-Matrices/Cargo.lock

16 lines
377 B
Plaintext
Raw Normal View History

2025-10-07 11:53:10 -06:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "fractions"
version = "0.1.0"
source = "git+https://laentropia-homelab.tail7368da.ts.net/laentropia/Rusty-Fractions.git?branch=main#0d5511b4ebd5418559bd5227e75e0446ff1a41f3"
2025-10-07 11:53:10 -06:00
[[package]]
name = "matrix"
version = "0.1.0"
dependencies = [
"fractions",
2025-10-07 11:53:10 -06:00
]