# 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 = "blackjack-cli" version = "0.1.3" description = "play a casual game of blackjack in the terminal." readme = "README.md" keywords = [ "blackjack", "casino", "cli", "game", "fun", ] categories = [ "command-line-utilities", "games", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dcts/blackjack-cli/" [dependencies.rand] version = "0.8.3"