ad74f6b524
* Introduced: crossterm workspace, feature flags.
11 lines
196 B
TOML
11 lines
196 B
TOML
[package]
|
|
name = "first_depth_search"
|
|
version = "0.1.0"
|
|
authors = ["TimonPost <timonpost@hotmail.nl>"]
|
|
|
|
[dependencies]
|
|
rand = "0.4.2"
|
|
|
|
[dependencies.crossterm]
|
|
path = "../../../"
|
|
branch = "master" |