summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_dummy_plugin/Cargo.toml
blob: def78ce1b568e916ce0f67935f575b7ec5453b06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tedge_dummy_plugin"
version = "0.7.3"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
license = "Apache-2.0"
description = "thin.edge.io dummy plugin for testing"

[dependencies]
clap = { version = "3", features = ["derive"] }
thiserror = "1.0"