project: justify every dependency
This commit is contained in:
parent
ae3931e796
commit
7526e41938
2 changed files with 23 additions and 0 deletions
|
|
@ -7,5 +7,8 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
# Linear algebra basic operations and types
|
||||
nalgebra = "0.20"
|
||||
|
||||
# High performance quicksort/quickselect
|
||||
pdqselect = "0.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue