[package]
name = "jabba-cpc"
version = "0.1.2"
authors = ["Laszlo Szathmary, alias Jabba Laci <jabba.laci@gmail.com>"]
edition = "2021"
description = "Copies the path of the current working dir. to the clipboard. If a parameter is given, it's also added to the path."
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/jabbalaci/jabba-cpc"
keywords = ["path", "clipboard"]
[dependencies]
jabba-lib = "0.1.4"
[profile.release]
opt-level = "z"
lto = true
strip = true
[[bin]]
bench = false
path = "src/main.rs"
name = "cpc"