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

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