rust-book/guessing_game/Cargo.toml

9 lines
153 B
INI
Raw Normal View History

2019-01-30 14:25:30 -05:00
[package]
name = "guessing_game"
version = "0.1.0"
authors = ["Timothy Warren <twarren@nabancard.com>"]
edition = "2018"
[dependencies]
rand = "0.3.14"