[package] name = "pbutil" version = "0.1.2" authors = ["Max Fan "] license = "GPL-3.0" edition = "2018" documentation = "https://github.com/InnovativeInventor/pbutil" homepage = "https://github.com/InnovativeInventor/pbutil" readme = "README.md" description = "Cross-platform implementation of pbcopy and pbpaste in Rust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clipboard = "0.5.0"