From d2b28aa31a84f43bf5c4f375357e0f013337cdaf Mon Sep 17 00:00:00 2001 From: Botahamec Date: Fri, 9 Jul 2021 17:31:15 -0400 Subject: here's what i have so far --- ai/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ai/Cargo.toml (limited to 'ai/Cargo.toml') diff --git a/ai/Cargo.toml b/ai/Cargo.toml new file mode 100644 index 0000000..64f7dcc --- /dev/null +++ b/ai/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "ai" +version = "0.1.0" +authors = ["botahamec"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +model = {path = "../model"} + +[dev-dependencies] +criterion = "0.3" \ No newline at end of file -- cgit v1.2.3