mirror of
https://github.com/kristoferssolo/blockishfire.git
synced 2025-12-31 13:42:30 +00:00
13 lines
231 B
TOML
13 lines
231 B
TOML
[package]
|
|
name = "blockishfire"
|
|
version = "0.2.0"
|
|
authors = ["yazgoo <yazgoo@gmail.com>"]
|
|
description = "doomfire in the terminal"
|
|
edition = "2018"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
crossterm = "0.15"
|
|
blockish = "0.0.8"
|
|
rand = "0.7"
|