summaryrefslogtreecommitdiff
path: root/ai/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ai/Cargo.toml')
-rw-r--r--ai/Cargo.toml14
1 files changed, 0 insertions, 14 deletions
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