# 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 = "2018" name = "wordle-rust" version = "0.1.1" authors = ["notken12"] description = "Play Wordle in the command line" readme = "README.md" license = "MIT" [dependencies.ansi_term] version = "0.12.1" [dependencies.enable-ansi-support] version = "0.1.2" [dependencies.rand] version = "0.8.5" [target."cfg(windows)".build-dependencies.winres] version = "0.1"