# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "game-2048" version = "0.5.1" authors = ["Pierre Chevalier "] description = "A cli implementation of the popular 2048 game writen in rust" homepage = "https://github.com/pierrechevalier83/2048-rs" keywords = ["2048", "cli", "game"] license = "MIT" [dependencies.rand] version = "0.3" [dependencies.matrix_display] version = "0.3" [dependencies.termion] version = "1.2" [dependencies.num] version = "0.1"