[package] name = "formations" version = "0.1.0" edition = "2018" license = "MIT OR Apache-2.0" description = "A terminal forms/multiple choice library" readme = "README.md" repository = "https://gitlab.com/john_t/formations" keywords = ["form", "cli", "terminal", "input"] categories = ["command-line-interfaces", "value-formatting"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] yansi = "0.5" termsize = "0.1" unicode-width = "0.1"