[package] name = "clipper" version = "0.1.0" authors = ["Damien Stanton "] edition = "2018" license = "Apache-2.0" description = "A simple cross-platform library and binary for piping to/from the system clipboard" documentation = "https://docs.rs/clipper" homepage = "https://clipper.damienstanton.com" repository = "https://github.com/damienstanton/clipper" [[bin]] name = "clipper" path = "src/bin/main.rs"