# 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 = "tictactoe-tui" version = "1.0.0" authors = ["alfin.syahruddin@icloud.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Terminal based Tic-Tac-Toe Game." homepage = "https://github.com/alfinsyahruddin/tictactoe-tui" readme = "README.md" keywords = [ "cli", "tui", "tictactoe", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/alfinsyahruddin/tictactoe-tui" [[bin]] name = "tictactoe-tui" path = "src/main.rs" [dependencies.crossterm] version = "0.28.1" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.28.1"