diff options
| author | Botahamec <botahamec@outlook.com> | 2021-07-09 17:31:15 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2021-07-09 17:31:15 -0400 |
| commit | d2b28aa31a84f43bf5c4f375357e0f013337cdaf (patch) | |
| tree | 338b2d01531f9f678b9185842afc91c507ba4ad4 /ai/Cargo.toml | |
| parent | 60daeb29549c32ac0c0c985c47c64712ad0d7e96 (diff) | |
here's what i have so far
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 |
