arcade 0.1.0

Games with vim motion controls in the terminal
[[bin]]
name = "arcade"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.27"

[dependencies.dirs]
version = "5"

[dependencies.once_cell]
version = "1.19"

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
default-features = false
features = ["crossterm"]
version = "0.27"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.unicode-segmentation]
version = "1.11"

[package]
authors = ["Rohan Adwankar <rohan.adwankar@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Games with vim motion controls in the terminal"
edition = "2024"
keywords = ["game", "vim", "memory", "nvim", "typing"]
license = "MIT"
name = "arcade"
readme = "README.md"
repository = "https://github.com/RohanAdwankar/arcade"
version = "0.1.0"