# 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 = "puzzle-game" version = "0.2.0" authors = ["inintencunter <2911583893@qq.com>"] build = false include = [ "readme.md", "src", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "数字华容道 --命令行版" homepage = "https://github.com/initialencounter/puzzle" readme = "readme.md" keywords = [ "puzzle", "game", "puzzle-game", ] license = "AGPL-3.0" repository = "https://github.com/initialencounter/puzzle" [[bin]] name = "puzzle-game" path = "src/main.rs" [dependencies.crossterm] version = "0.28.1" [dependencies.device_query] version = "2.1.0" [dependencies.log] version = "0.4.22" [dependencies.puzzle-lib] version = "0.2.0"