12345678910111213141516 |
- [package]
- authors = ["kestrel <kestrel@flying-kestrel.ca>"]
- categories = ["command-line-interface"]
- description = "cliask is a crate to handle prompting the user for input in a CLI context"
- edition = "2024"
- keywords = ["cli", "input", "prompt", "ask", "interactive"]
- license = "LGPL-3.0-only"
- name = "cliask"
- repository = "https://git.flying-kestrel.ca/kestrel/cliask"
- version = "0.1.0"
- [dependencies]
- cliask-derive = { path = "derive", version = "0.1.0" }
- termion = { version = "4" }
- unicode-segmentation = { version = "1" }
|