From f7a7bf20a99b1d52ef5f936705611ce24a1006b7 Mon Sep 17 00:00:00 2001 From: Micha White Date: Wed, 27 Sep 2023 09:41:01 -0400 Subject: Edited some of the crates --- ai/Cargo.toml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 ai/Cargo.toml (limited to 'ai/Cargo.toml') diff --git a/ai/Cargo.toml b/ai/Cargo.toml deleted file mode 100644 index 6a4ea61..0000000 --- a/ai/Cargo.toml +++ /dev/null @@ -1,14 +0,0 @@ -[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"} -parking_lot = "0.12" - -[dev-dependencies] -criterion = "0.5" \ No newline at end of file -- cgit v1.2.3