summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_dummy_plugin/Cargo.toml
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2021-11-24 20:54:56 +0000
committerGitHub <noreply@github.com>2021-11-24 20:54:56 +0000
commita4ffeccf60090e4456755bc53a6e3b8c8038e855 (patch)
tree9583f187114913a92866571920dd3bb205bd50a3 /plugins/tedge_dummy_plugin/Cargo.toml
parent8217e80670e76dbf9168780f5e0545355a39f8f3 (diff)
Restructure directories of the workspace (#559)
* Restructure directories of the workspace * Rename c8y_translator_lib to c8y_translator * Update comment on how to get dummy plugin path Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
Diffstat (limited to 'plugins/tedge_dummy_plugin/Cargo.toml')
-rw-r--r--plugins/tedge_dummy_plugin/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/tedge_dummy_plugin/Cargo.toml b/plugins/tedge_dummy_plugin/Cargo.toml
new file mode 100644
index 00000000..53bd8713
--- /dev/null
+++ b/plugins/tedge_dummy_plugin/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "tedge_dummy_plugin"
+version = "0.4.3"
+authors = ["thin-edge.io team <info@thin-edge.io>"]
+edition = "2018"
+license = "Apache-2.0"
+description = "thin.edge.io dummy plugin for testing"
+
+[dependencies]
+structopt = "0.3"
+thiserror = "1.0"