aboutsummaryrefslogtreecommitdiff
path: root/tests/ci/Cargo.toml
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-04-03 11:05:08 -0400
committerJack O'Connor <[email protected]>2020-04-03 18:51:35 -0400
commiteaef2698cf0f9c18ee97d9b5f3743e99d07dc90b (patch)
tree94afc369d6bd1b3db981a7827132d1b738bb5627 /tests/ci/Cargo.toml
parente3069da68e58d280e54c5bfc36a8182117d34b41 (diff)
move the long set of CI steps into Rust codeci
Diffstat (limited to 'tests/ci/Cargo.toml')
-rw-r--r--tests/ci/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ci/Cargo.toml b/tests/ci/Cargo.toml
new file mode 100644
index 0000000..d423363
--- /dev/null
+++ b/tests/ci/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "ci"
+version = "0.0.0"
+edition = "2018"
+
+[dependencies]
+anyhow = "1.0.28"