# 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 = "wordlet" version = "0.2.0" authors = ["Scott Luptowski "] description = "A terminal-based clone of wordle" keywords = ["wordlet", "wordle", "word", "game"] license-file = "LICENSE.txt" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.6" features = ["derive"] [dependencies.crossterm] version = "0.19" [dependencies.rand] version = "0.8.0" [dependencies.tui] version = "0.14" features = ["crossterm"] default-features = false