aboutsummaryrefslogtreecommitdiff
path: root/vendor/dialoguer/README.md
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-01-08 00:21:28 +0300
committerValentin Popov <valentin@popov.link>2024-01-08 00:21:28 +0300
commit1b6a04ca5504955c571d1c97504fb45ea0befee4 (patch)
tree7579f518b23313e8a9748a88ab6173d5e030b227 /vendor/dialoguer/README.md
parent5ecd8cf2cba827454317368b68571df0d13d7842 (diff)
downloadfparkan-1b6a04ca5504955c571d1c97504fb45ea0befee4.tar.xz
fparkan-1b6a04ca5504955c571d1c97504fb45ea0befee4.zip
Initial vendor packages
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'vendor/dialoguer/README.md')
-rw-r--r--vendor/dialoguer/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/dialoguer/README.md b/vendor/dialoguer/README.md
new file mode 100644
index 0000000..2eb7ede
--- /dev/null
+++ b/vendor/dialoguer/README.md
@@ -0,0 +1,19 @@
+# dialoguer
+
+[![Build Status](https://github.com/console-rs/dialoguer/workflows/CI/badge.svg)](https://github.com/console-rs/dialoguer/actions?query=branch%3Amaster)
+[![Latest version](https://img.shields.io/crates/v/dialoguer.svg)](https://crates.io/crates/dialoguer)
+[![Documentation](https://docs.rs/dialoguer/badge.svg)](https://docs.rs/dialoguer)
+
+A rust library for command line prompts and similar things.
+
+Best paired with other libraries in the family:
+
+* [console](https://github.com/console-rs/console)
+* [indicatif](https://github.com/console-rs/indicatif)
+
+## License and Links
+
+* [Documentation](https://docs.rs/dialoguer/)
+* [Issue Tracker](https://github.com/console-rs/dialoguer/issues)
+* [Examples](https://github.com/console-rs/dialoguer/tree/master/examples)
+* License: [MIT](https://github.com/console-rs/dialoguer/blob/main/LICENSE)