summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_dummy_plugin/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/tedge_dummy_plugin/Cargo.toml')
-rw-r--r--plugins/tedge_dummy_plugin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tedge_dummy_plugin/Cargo.toml b/plugins/tedge_dummy_plugin/Cargo.toml
index 01e8b841..fe598005 100644
--- a/plugins/tedge_dummy_plugin/Cargo.toml
+++ b/plugins/tedge_dummy_plugin/Cargo.toml
@@ -8,5 +8,5 @@ license = "Apache-2.0"
description = "thin.edge.io dummy plugin for testing"
[dependencies]
-structopt = "0.3"
+clap = { version = "3", features = ["derive"] }
thiserror = "1.0"