Skip to content
Snippets Groups Projects
Cargo.toml 574 B
Newer Older
Kat Marchán's avatar
Kat Marchán committed
[package]
name = "big-brain"
version = "0.1.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2018"
description = "Rusty Utility AI library"
license-file = "LICENSE.md"
readme = "README.md"
Kat Marchán's avatar
Kat Marchán committed
keywords = ["utility-ai", "specs", "ecs"]
Kat Marchán's avatar
Kat Marchán committed
categories = ["game-development"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Kat Marchán's avatar
Kat Marchán committed
specs = { version = "0.16.1", features = ["parallel", "shred-derive", "specs-derive"] }
serde = "1.0.111"
typetag = "0.1.5"
specs-derive = "0.4.1"
ron = "0.6.0"