lldpd 0.0.0

Implementation of 802.1AB
Documentation
[package]
name = "lldpd"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme.workspace = true
description.workspace = true
keywords.workspace = true
categories.workspace = true
publish.workspace = true
rust-version.workspace = true

[dependencies]
anyhow.workspace = true
clap.workspace = true
tokio = { workspace = true, features = [
  "rt-multi-thread",
  "io-util",
  "io-std",
  "fs",
  "sync",
  "net",
  "macros",
] }