diff options
Diffstat (limited to 'ai/Cargo.toml')
| -rw-r--r-- | ai/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
