From 7e73782a7d51b40a558b74793c1d6c1abdea857d Mon Sep 17 00:00:00 2001 From: Botahamec Date: Thu, 8 Jul 2021 20:32:44 -0400 Subject: here's what i have so far --- cli/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cli/Cargo.toml (limited to 'cli/Cargo.toml') diff --git a/cli/Cargo.toml b/cli/Cargo.toml new file mode 100644 index 0000000..093c594 --- /dev/null +++ b/cli/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "cli" +version = "0.1.0" +authors = ["Mike White "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +clap = "2" +ai = {path = "../ai"} +rayon = "1.5" \ No newline at end of file -- cgit v1.2.3