rust-sadari-cli 0.1.1

rust-sadari-cli is sadari game (Ghost leg in other words) based on terminal. rust-sadari can take file as input or interaction from dynamic user input. Wish you good luck! Ghost leg is lottery game to find random pairs between two sets.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"