# 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 = "tetris-tui" version = "0.2.10" authors = ["Quan Tong "] description = "Tetris in the terminal" homepage = "https://github.com/quantonganh/tetris-tui" readme = "README.md" keywords = [ "tetris", "cli", "terminal", ] categories = ["command-line-game"] license = "MIT OR Apache-2.0" repository = "https://github.com/quantonganh/tetris-tui" [profile.release] strip = "debuginfo" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.crossterm] version = "0.26" [dependencies.dirs] version = "5.0" [dependencies.local-ip-address] version = "0.5.5" [dependencies.rand] version = "0.8.5" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"]