aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/bin/Cargo.toml
blob: 4696e6d339dbfa8e69a4c05e6893f92d685520ee (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 = "2018"

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

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

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