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