lvbitfile2rust-cli 0.1.1

Command line entrypoint for the lvbitfile2rust crate
[package]
name = "lvbitfile2rust-cli"
version = "0.1.1"
authors = ["Connor Worley <cworley@dropbox.com>"]
edition = "2018"
license-file = "LICENSE.md"
description = "Command line entrypoint for the lvbitfile2rust crate"
readme = "README.md"
repository = "https://github.com/first-rust-competition/lvbitfile2rust"

[dependencies]
anyhow = "1.0.32"
lvbitfile2rust = { version = "0.1.0", path = "../lvbitfile2rust" }