# 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 = "othello-cli" version = "1.4.0" authors = ["LelsersLasers "] description = "Play or watch Othello in your terminal!" homepage = "https://github.com/LelsersLasers/othello-cli" readme = "../README.md" keywords = [ "Othello", "Reversi", "game", "terminal", "cli", ] categories = [ "games", "command-line-utilities", ] license = "MIT" repository = "https://github.com/LelsersLasers/othello-cli" resolver = "2" [dependencies.colored] version = "2" [dependencies.rand] version = "0.8.5"