[[bin]]
name = "copy-path"
path = "src/main.rs"
[dependencies.clipboard-win]
version = "5"
[dependencies.path-absolutize]
version = "3"
[package]
authors = ["ahaoboy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "copy-path"
edition = "2024"
homepage = "https://github.com/ahaoboy/copy-path"
license = "MIT"
name = "copy-path"
readme = "README.md"
repository = "https://github.com/ahaoboy/copy-path"
version = "0.1.5"
[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
strip = true