diff options
Diffstat (limited to 'tests/src/confTest/project.conf')
-rw-r--r-- | tests/src/confTest/project.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/src/confTest/project.conf b/tests/src/confTest/project.conf new file mode 100644 index 0000000..e50ad9c --- /dev/null +++ b/tests/src/confTest/project.conf @@ -0,0 +1,8 @@ +[package] +name = "confTest" +version = "0.1.0" +type = "library" + +[dependencies] +xxhash = "0.1.0" +catch2 = "1.0.0" |