minicrossterm/examples/program_examples/snake/Cargo.toml

11 lines
201 B
TOML
Raw Normal View History

2018-08-20 07:13:21 +10:00
[package]
name = "first_depth_search"
version = "0.1.0"
authors = ["TimonPost <timonpost@hotmail.nl>"]
[dependencies]
rand = "0.4.2"
[dependencies.crossterm]
path = "../../../"
branch = "development"