diff options
Diffstat (limited to 'tests/ci/Cargo.toml')
| -rw-r--r-- | tests/ci/Cargo.toml | 7 |
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" |
