minicrossterm/examples/program_examples/first_depth_search/Cargo.toml

11 lines
201 B
TOML
Raw Normal View History

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