pasteboard 0.1.3

CLI and Rust bindings for interacting with the macOS pasteboard.
[[bin]]
name = "pb"
path = "src/main.rs"
[build-dependencies.os_info]
version = "3.0.1"
[dependencies.cocoa]
version = "0.24.0"

[dependencies.objc]
version = "0.2.7"

[dependencies.structopt]
version = "0.3.21"

[lib]
name = "pasteboard"
path = "src/lib.rs"

[package]
authors = ["Klas Segeljakt <klasseg@kth.se>"]
build = "build.rs"
description = "CLI and Rust bindings for interacting with the macOS pasteboard."
edition = "2018"
homepage = "https://github.com/segeljakt/pasteboard"
keywords = ["macOS", "FFI", "pasteboard", "clipboard"]
license = "MIT"
name = "pasteboard"
readme = "README.md"
repository = "https://github.com/segeljakt/pasteboard"
version = "0.1.3"