# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "chooser" version = "0.2.0" description = "Using a file it rotates through each item unil a random item is selected. The items are displayed in the center of the console." license-file = "LICENSE.txt" repository = "https://gitlab.com/Michaellu_/chooser" [dependencies.clap] version = "4.0.22" features = ["derive"] [dependencies.pancurses] version = "0.17.0" [dependencies.rand] version = "0.8.5"