[package] name = "stormy" version = "0.3.0" authors = ["XBagon "] edition = "2018" description = "Simple Text Adventure engine where you play and create the story at the same time." repository = "https://gitlab.com/XBagon/stormy" license = "MIT" categories = ["games","command-line-utilities"] keywords = ["game","text","adventure","creative","cli"] readme = "README.md" [badges] gitlab = { repository = "XBagon/stormy" } [dependencies] structopt = "0.2.14" serde_json = "1.0.34" serde = { version = "1.0.84", features = ["derive"] }