summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPradeep K J <pradeekumar.kj@softwareag.com>2020-11-20 17:54:28 +0530
committerPradeep K J <pradeekumar.kj@softwareag.com>2020-11-26 19:40:50 +0530
commita26f96aa23ef0791d111a79d97e4a19ebf55b050 (patch)
tree0e5ce833f32ad4d0c20244b9f0c0ed75723c267d /Cargo.toml
parentadc77d67bd6a28c7246f878488d2f67c0da20c32 (diff)
[CIT-33] Basic CI/CD workflow for thin edge
Signed-off-by: Pradeep K J <pradeekumar.kj@softwareag.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 00000000..73f4ed15
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,5 @@
+[workspace]
+
+members = [
+ "tests/testlib",
+]