[package] name = "clinput" version = "0.2.0" authors = ["Dan Stewart "] edition = "2018" description = "A basic command line prompt module" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0"