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

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

tokio = { version = "*", features = ["full"], optional = true }

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