m-bus-parser-cli 0.0.2

A cli to use the library for parsing M-Bus frames
[build-dependencies]
[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.m-bus-parser]
features = ["std"]
version = "0.0.7"

[dependencies.prettytable-rs]
version = "^0.10"

[dev-dependencies]

[features]

[package]
authors = ["Michael Aebli"]
description = "A cli to use the library for parsing M-Bus frames"
edition = "2021"
homepage = "https://maebli.github.io/"
keywords = ["m-bus", "parser", "parse", "cli"]
license = "MIT"
name = "m-bus-parser-cli"
readme = "README.md"
repository = "https://github.com/maebli/m-bus-parser"
version = "0.0.2"