[package] name = "trompt" version = "0.0.4" authors = ["Rúnar Berg Baugsson Sigríðarson"] license = "MIT" description = """ A simple prompting library for rust """ keywords = ["cli", "prompt", "password", "confirm"] homepage = "https://gitlab.com/runarberg/trompt" repository = "https://gitlab.com/runarberg/trompt.git" [dependencies] libc = "0.2" termios = "0.2"