[package]
name = "file_pickup"
version = "0.1.3"
authors = ["b1", "tripp"]
description = "Copy files and folders to the clipboard, achieving the same result as right-click copy."
repository = "https://github.com/trippjoe/file_pickup"
license = "ISC"
edition = "2021"
[dependencies]
rand = "0.7.3"
glob = "0.3.0"
anyhow = "1.0.38"
[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.24.0"
[target.'cfg(target_os = "windows")'.dependencies]
windows = {version = "0.40.0", features = ["Win32_Foundation", "Win32_UI_Shell", "Win32_System_DataExchange"]}