[package]
name = "anima-engine"
version = "0.0.1"
description = "The quirky game engine."
authors = ["DragoČ™ Tiselice <dragostiselice@gmail.com>", "Robert Krody <krody.robi@gmail.com>"]
repository = "https://github.com/anima-engine/anima-engine"
documentation = "http://anima-engine.github.io/anima-engine/"
keywords = ["anima", "anima-engine", "game", "engine"]
license = "LGPL-3.0"
[dependencies]
mrusty = "0.3.2"
time = "0.1.35"
[dev-dependencies]
mrusty = { version = "0.3.2", features = ["gnu-readline"] }