diff options
| author | tslil clingman <> | 2020-01-27 00:23:53 -0800 |
|---|---|---|
| committer | tslil clingman <> | 2020-01-27 00:23:53 -0800 |
| commit | 87c2d3319effd4d6be83875bdb455be9077c0c1c (patch) | |
| tree | 65aa7f1915991028b9dd2eb9a52812acff2bd929 /Cargo.toml | |
| parent | 3a1c20ebba57632392443a050fc10d44e3048843 (diff) | |
Option parsing, some turn order confusion. Still bugs with moves
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,4 +8,4 @@ edition = "2018" [dependencies] pancurses = "0.16.1" -# nom = "5.0.1" +argparse = "0.2.2" |
