minicrossterm/examples/program_examples/first_depth_search/Cargo.toml

12 lines
196 B
TOML
Raw Normal View History

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