aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/bin/Cargo.toml
blob: cac6fe1ddea7057d6df535623d8bdbe7183a9afb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "textmode_tests"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
edition = "2018"

[dependencies]
textmode = { path = "../../.." }
vt100 = "*"

smol = { version = "*", optional = true }

[features]
default = []
async = ["textmode/async", "smol"]