minicrossterm/examples/Crossterm 0.2.2 - New Version (Not finished)/program_examples/first_depth_search/Cargo.toml
2018-07-11 19:43:12 +02:00

11 lines
229 B
TOML

[package]
name = "first_depth_search"
version = "0.1.0"
authors = ["TimonPost <timonpost@hotmail.nl>"]
[dependencies]
rand = "0.4.2"
[dependencies.crossterm]
git = "https://github.com/TimonPost/crossterm"
branch = "development"