summaryrefslogtreecommitdiff
path: root/ai/Cargo.toml
blob: 64f7dcc801f8c0fad5c04c1bf6dd8b23167cb2f2 (plain)
[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"