summaryrefslogtreecommitdiffstats
path: root/plugins/tedge_dummy_plugin/Cargo.toml
blob: 7dc3871570df01dbe1c18159260a65247b815b8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"
homepage = "https://thin-edge.io"
repository = "https://github.com/thin-edge/thin-edge.io"

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