dbd 0.1.0

Device Bridge Daemon (dbd)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "dbd"
description = "Device Bridge Daemon (dbd)"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/mihaipop11/dbd"
license-file = "LICENSE.txt"

exclude = [
    ".github",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "3.2.15", features = ["derive"] }