diff options
| author | Micha White <botahamec@outlook.com> | 2023-09-27 09:41:01 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-09-27 09:41:01 -0400 |
| commit | f7a7bf20a99b1d52ef5f936705611ce24a1006b7 (patch) | |
| tree | 1fd1c71d1e94d664f9f6c74e7610eb94b0c68f49 /ai/Cargo.toml | |
| parent | 89a1d6b488f83d121e55d8a6c08efe01649bb692 (diff) | |
Edited some of the crates
Diffstat (limited to 'ai/Cargo.toml')
| -rw-r--r-- | ai/Cargo.toml | 14 |
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 |
