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