aboutsummaryrefslogtreecommitdiff
path: root/vendor/dialoguer/README.md
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
committerValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
commita990de90fe41456a23e58bd087d2f107d321f3a1 (patch)
tree15afc392522a9e85dc3332235e311b7d39352ea9 /vendor/dialoguer/README.md
parent3d48cd3f81164bbfc1a755dc1d4a9a02f98c8ddd (diff)
downloadfparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.tar.xz
fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.zip
Deleted vendor folder
Diffstat (limited to 'vendor/dialoguer/README.md')
-rw-r--r--vendor/dialoguer/README.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/vendor/dialoguer/README.md b/vendor/dialoguer/README.md
deleted file mode 100644
index 2eb7ede..0000000
--- a/vendor/dialoguer/README.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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)