aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortslil clingman <>2020-01-27 00:23:53 -0800
committertslil clingman <>2020-01-27 00:23:53 -0800
commit87c2d3319effd4d6be83875bdb455be9077c0c1c (patch)
tree65aa7f1915991028b9dd2eb9a52812acff2bd929 /Cargo.toml
parent3a1c20ebba57632392443a050fc10d44e3048843 (diff)
Option parsing, some turn order confusion. Still bugs with moves
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7801309..4d6172b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,4 +8,4 @@ edition = "2018"
[dependencies]
pancurses = "0.16.1"
-# nom = "5.0.1"
+argparse = "0.2.2"