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