[[bin]]
name = "snakeshell"
path = "src/main.rs"
[dependencies.crossterm]
version = "0.29.0"
[dependencies.rand]
version = "0.9.2"
[package]
authors = ["Shubham Parihar <shubhamparihar391@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["games"]
description = "The classic Snake game but in a shell environment"
edition = "2024"
homepage = "https://github.com/iShibi/snakeshell#readme"
keywords = ["crossterm", "terminal", "game", "cli", "snake"]
license = "MIT"
name = "snakeshell"
readme = "README.md"
repository = "https://github.com/iShibi/snakeshell"
version = "0.2.0"