summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_dummy_plugin/Cargo.toml
blob: 25656696392b3bcbb1213a062856e724c52cab61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tedge_dummy_plugin"
version = "0.7.4"
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"