simply_guessing_game 0.2.0

A start to rust language!, guessing game built with rust 🚀 🦀
[package]
author = "Ethan Thompson <Ethan_Endures@outlook.com>"
description = "A start to rust language!, guessing game built with rust 🚀 🦀 "
edition = "2021"
license = "MIT"
license-file = "./LICENSE"
name = "simply_guessing_game"
respository = "simply-created"
version = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
console = "0.15.5"
emojis = "0.6.0"
rand = "0.8.5"