From 87c2d3319effd4d6be83875bdb455be9077c0c1c Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Mon, 27 Jan 2020 00:23:53 -0800 Subject: Option parsing, some turn order confusion. Still bugs with moves --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit v1.3.1