minicrossterm/examples/program_examples/first_depth_search/Cargo.toml
2019-09-16 13:34:08 +02:00

12 lines
196 B
TOML

[package]
name = "first_depth_search"
version = "0.1.0"
authors = ["TimonPost <timonpost@hotmail.nl>"]
edition = "2018"
[dependencies]
rand = "0.4.2"
[dependencies.crossterm]
path = "../../../"