# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sudoku-tui" version = "0.2.0" authors = ["Tianyi "] description = "Play sudoku on the command line. (TUI interface)" license = "MIT" repository = "https://github.com/TianyiShi2001/sudoku-tui" [[bin]] name = "sudoku" path = "src/main.rs" [dependencies.clock-core] version = "0.0" [dependencies.cursive] version = "0.15" default-features = false [dependencies.hhmmss] version = "0.1" [dependencies.rand] version = "0.7" [dependencies.sudoku] version = "0.7" [features] default = ["cursive/crossterm-backend"]