diff options
author | Valentin Popov <valentin@popov.link> | 2024-07-19 15:37:58 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-07-19 15:37:58 +0300 |
commit | a990de90fe41456a23e58bd087d2f107d321f3a1 (patch) | |
tree | 15afc392522a9e85dc3332235e311b7d39352ea9 /vendor/dialoguer/README.md | |
parent | 3d48cd3f81164bbfc1a755dc1d4a9a02f98c8ddd (diff) | |
download | fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.tar.xz fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.zip |
Deleted vendor folder
Diffstat (limited to 'vendor/dialoguer/README.md')
-rw-r--r-- | vendor/dialoguer/README.md | 19 |
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) |