terrr 0.1.1

a linux horror game
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "terrr"
description = "a linux horror game"
version = "0.1.1"
authors = ["frgmt0 <jason.awz2005@icloud.com>"]
license = "MIT"
edition = "2021"

[dependencies]
crossterm = "0.27"
ratatui = "0.24"
rand = "0.8"
anyhow = "1.0"
unicode-width = "0.1"
pulldown-cmark = "0.9"