act 0.1.1

Act is a simple engine for making simple, text-based adventure games
Documentation
[[bin]]
doc = false
name = "act"

[dependencies]
ansi-escapes = "0.1"
rustc-serialize = "0.3.19"

[lib]
doc = true
name = "act"
path = "src/lib.rs"

[package]
authors = ["Dimitri Wayland <dimitrischeibe@gmail.com>"]
description = "Act is a simple engine for making simple, text-based adventure games"
homepage = "https://github.com/ichy-wayland/act"
keywords = ["terminal", "adventure", "game", "engine"]
license = "Unlicense"
name = "act"
readme = "README.md"
repository = "https://github.com/ichy-wayland/act"
version = "0.1.1"