summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: cbf6f95fb55596536f0ef3779ca5aad9d4665850 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "climinesweeper"
version = "0.1.0"
edition = "2021"

[dependencies]
crossterm = "0.27.0"
rand = "0.8.5"
ratatui = "0.26.2"