Skip to content
Snippets Groups Projects
This project manages its dependencies using Cargo. Learn more
Cargo.toml 547 B
[package]
name = "big-brain"
version = "0.2.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2018"
description = "Rusty Utility AI library"
license-file = "LICENSE.md"
readme = "README.md"
keywords = ["utility-ai", "bevy", "ai", "ecs"]
categories = ["game-development"]
repository = "https://github.com/zkat/big-brain"
homepage = "https://github.com/zkat/big-brain"

[dependencies]
big-brain-derive = { path = "./big-brain-derive", version = "0.2" }
serde = "1.0.111"
typetag = "0.1.5"
specs-derive = "0.4.1"
ron = "0.6.0"
bevy = "0.5.0"