bootleg 0.1.3

A simple cli tool to copy to the clipboard
[dependencies.arboard]
version = "3.3.2"

[dependencies.clap]
features = ["derive"]
version = "4.5.4"

[dependencies.clap-help]
version = "1.2.0"

[dependencies.crossterm]
version = "0.27.0"

[dependencies.miette]
features = ["fancy"]
version = "7.2.0"

[dependencies.termimad]
version = "0.29.1"

[dependencies.thiserror]
version = "1.0.59"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-appender]
version = "0.2.3"

[dependencies.tracing-subscriber]
version = "0.3.18"

[package]
description = "A simple cli tool to copy to the clipboard"
edition = "2021"
license = "MIT"
name = "bootleg"
readme = "README.md"
repository = "https://github.com/hadronomy/bootleg"
version = "0.1.3"
[profile.dev]
incremental = true

[profile.dist]
inherits = "release"
lto = "thin"

[profile.release]
lto = true