# 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 = "trace-game" version = "1.0.2" include = [ "database.csv", "/src", ] description = "A terminal typing game written in rust, local multiplayer support planned" keywords = [ "terminal", "game", "type", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/ElrohirGT/trace" resolver = "2" [[bin]] name = "trace-game" test = false bench = false [dependencies.chrono] version = "0.4" [dependencies.crossterm] version = "0.23" [dependencies.csv] version = "1.1" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tui] version = "0.18.0"