# 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 = "games-in-rust" version = "0.2.1" authors = ["Liu Hong Yuan Tom"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of games written in Rust" homepage = "https://github.com/avcode-exe/Games-in-Rust" readme = "README.md" keywords = [ "games", "rust", "ncurses", "cli", ] license = "Apache-2.0" repository = "https://github.com/avcode-exe/Games-in-Rust" [[bin]] name = "games-in-rust" path = "src/main.rs" [dependencies.ncurses] version = "5.101.0" [dependencies.rand] version = "0.8.5"