aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures/bin/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-12 15:33:31 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-12 15:33:31 -0500
commitf069116b8c71775b3a6c83c247608eabc9b6fec1 (patch)
tree261ef405833dd3f4324ad2f06674bd846dfb77a5 /tests/fixtures/bin/Cargo.toml
parent3ad62c9428e2ca9411f7b993909ce52207871e2d (diff)
downloadtextmode-f069116b8c71775b3a6c83c247608eabc9b6fec1.tar.gz
textmode-f069116b8c71775b3a6c83c247608eabc9b6fec1.zip
add some test scaffolding
Diffstat (limited to 'tests/fixtures/bin/Cargo.toml')
-rw-r--r--tests/fixtures/bin/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/fixtures/bin/Cargo.toml b/tests/fixtures/bin/Cargo.toml
new file mode 100644
index 0000000..83fff5e
--- /dev/null
+++ b/tests/fixtures/bin/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "textmode_tests"
+version = "0.1.0"
+authors = ["Jesse Luehrs <doy@tozt.net>"]
+edition = "2018"
+
+[dependencies]
+textmode = { path = "../../.." }
+vt100 = "*"