Parcourir la source

Add basic README.

Kestrel il y a 19 heures
Parent
commit
6018b61910
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -0,0 +1,3 @@
+cliask is a crate to handle prompting the user for input in CLI applications that don't want
+a full TUI library such as [cursive](https://lib.rs/crates/cursive/) and want something simpler
+than [inquire](https://lib.rs/crates/inquire).