Add fixes to reciprocal allocation, example cli, add move money
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -6,4 +6,12 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
nalgebra = "0.31.0"
|
||||
# https://nalgebra.org/docs/user_guide/getting_started
|
||||
nalgebra = "0.31.0"
|
||||
|
||||
# https://docs.rs/csv/1.1.6/csv/
|
||||
csv = "1.1"
|
||||
# simba = { version = "0.7.1", features = ["partial_fixed_point_support"] }
|
||||
|
||||
# num = "0.4"
|
||||
clap = { version = "3.1.18", features = ["derive"] }
|
||||
Reference in New Issue
Block a user