1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.clipboard-win]
version = "5.3.1"

[package]
authors = ["ahaoboy"]
description = "copy-path"
edition = "2021"
license = "MIT"
name = "copy-path"
readme = "README.md"
repository = "https://github.com/ahaoboy/copy-path"
version = "0.1.4"
[profile.dist]
inherits = "release"
lto = "thin"