urdig 0.9.6

urdig is a tool, which can be used to display informations about several (udev)-devices.
Documentation
[[bin]]
bench = true
name = "urdig"
path = "src/bin/urdig.rs"
test = true
[dependencies.clap]
version = "2"

[dependencies.phollaits]
version = "0.1"

[dependencies.udev]
version = "0.5"

[lib]
bench = true
crate-type = ["lib"]
edition = "2018"
name = "urdig"
path = "src/lib/mod.rs"
test = true

[package]
authors = ["ph0llux <ph0llux@pm.me>"]
description = "urdig is a tool, which can be used to display\n  informations about several (udev)-devices.\n "
edition = "2018"
exclude = ["build/*", "doc/*", "snapcraft.yaml"]
homepage = "https://github.com/ph0llux/urdig"
license = " BSD-3-Clause"
name = "urdig"
publish = true
readme = "README.md"
repository = "https://github.com/ph0llux/urdig"
version = "0.9.6"
[profile.release]
lto = true
panic = "unwind"