# 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 = "txt2048" version = "0.1.0" authors = ["Alex Pushkar "] description = "The known 2048 game made in console mode. Use hjkl for movement." homepage = "https://github.com/olksdar/txt2048" readme = "README.md" keywords = [ "cli", "game", "2048", ] categories = ["games"] license = "MIT" repository = "https://github.com/olksdar/txt2048" [dependencies.rand] version = "0.7.3"