[package]
edition = "2018"
name = "rust-sadari-cli"
version = "0.1.1"
authors = ["24seconds <24crazyoung@gmail.com>"]
description = "rust-sadari-cli is sadari game (Ghost leg in other words) based on terminal.\nrust-sadari can take file as input or interaction from dynamic user input.\nWish you good luck!\n\nGhost leg is lottery game to find random pairs between two sets.\n"
homepage = "https://github.com/24seconds/rust-sadari-cli"
readme = "README.md"
keywords = ["sadari", "ghost-leg", "terminal-app"]
categories = ["command-line-utilities", "games"]
license = "Beerware"
repository = "https://github.com/24seconds/rust-sadari-cli"
[dependencies.rand]
version = "0.7.3"
[dependencies.termion]
version = "1.5.5"
[dependencies.tui]
version = "0.8.0"