[package] name = "anima-engine" version = "0.0.1" description = "The quirky game engine." authors = ["DragoČ™ Tiselice ", "Robert Krody "] 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"] }