project: add structopt dependency
This commit is contained in:
parent
a8d23782a4
commit
e383b77f68
|
@ -25,6 +25,7 @@ enum_dispatch = "0.2.1"
|
|||
image = "0.23.0"
|
||||
rand = "0.7"
|
||||
serde_yaml = "0.8"
|
||||
structopt = "0.3"
|
||||
|
||||
[dependencies.nalgebra]
|
||||
version = "0.20.0"
|
||||
|
|
Loading…
Reference in a new issue