[package] name = "rudoku-game" version = "0.1.4" authors = ["Oliver Hanikel "] edition = "2021" license = "MIT OR Apache-2.0" description = "A Terminal User Interface (TUI) Sudoku game." homepage = "https://vcs.p-sft.de/oliver.hanikel/rudoku-game" repository = "https://vcs.p-sft.de/oliver.hanikel/rudoku-game" categories = ["command-line-utilities", "games"] keywords = ["sudoku", "tui", "terminal", "cross-platform", "puzzle"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rudoku-core = { version = "0.2", git = "https://vcs.p-sft.de/oliver.hanikel/rudoku-core.git" } crossterm = "0.18" box_drawing = "0.1.2" rand = "0.8" [profile.release] lto = true # Enable Link Time Optimization [target.x86_64-pc-windows-gnu] linker = "/usr/bin/x86_64-w64-mingw32-gcc" ar = "/usr/x86_64-w64-mingw32/bin/ar"