refactor: adding fractions as a dependency
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -8,10 +8,16 @@ version = "1.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
||||
|
||||
[[package]]
|
||||
name = "fractions"
|
||||
version = "0.1.0"
|
||||
source = "git+https://laentropia-homelab.tail7368da.ts.net/laentropia/Rusty-Fractions.git?branch=main#e79d93aa9d20a90358789f872994bc8cefa2779e"
|
||||
|
||||
[[package]]
|
||||
name = "matrix"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"fractions",
|
||||
"num-traits",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user