billboard 0.1.0

Display informational boxes in the terminal.
Documentation
[[example]]
name = "alignment"
path = "examples/alignment.rs"

[[example]]
name = "color"
path = "examples/color.rs"

[[example]]
name = "custom"
path = "examples/custom.rs"

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"
[dependencies.console]
version = "0.9"

[dependencies.term_size]
version = "0.3"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.version-sync]
version = "0.8"

[package]
authors = ["Avery Harnish <averyharnish@gmail.com>"]
categories = ["value-formatting"]
description = "Display informational boxes in the terminal."
edition = "2018"
keywords = ["billboard", "cli", "terminal", "boxen", "info"]
license = "MIT/Apache-2.0"
name = "billboard"
readme = "README.md"
repository = "https://github.com/EverlastingBugstopper/billboard"
version = "0.1.0"