minicrossterm/examples/Crossterm 0.3.0/program_examples/first_depth_search/Cargo.toml

11 lines
204 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]
path = "../../../../"
2018-07-13 03:48:13 +10:00
branch = "development"