minicrossterm/examples/program_examples/snake/Cargo.toml

12 lines
183 B
TOML
Raw Normal View History

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