# 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 = "rudoku-game" version = "0.1.4" authors = ["Oliver Hanikel "] description = "A Terminal User Interface (TUI) Sudoku game." homepage = "https://vcs.p-sft.de/oliver.hanikel/rudoku-game" readme = "README.md" keywords = [ "sudoku", "tui", "terminal", "cross-platform", "puzzle", ] categories = [ "command-line-utilities", "games", ] license = "MIT OR Apache-2.0" repository = "https://vcs.p-sft.de/oliver.hanikel/rudoku-game" [profile.release] lto = true [dependencies.box_drawing] version = "0.1.2" [dependencies.crossterm] version = "0.18" [dependencies.rand] version = "0.8" [dependencies.rudoku-core] version = "0.2" [target.x86_64-pc-windows-gnu]