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"
2026-04-27 21:00:51 -06:00
source = "git+https://laentropia-homelab.tail7368da.ts.net/laentropia/Rusty-Fractions.git?branch=main#885bbfeebed047a62ef86eae5bcc44137e2ae127"
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
]