Add information to cargo manifests

This commit is contained in:
Héctor Ramón Jiménez 2019-12-19 06:32:29 +01:00
parent be68c4c05a
commit 22c6dd6c04
7 changed files with 41 additions and 19 deletions

View file

@ -1,9 +1,16 @@
[package]
name = "window_clipboard_macos"
version = "0.1.0"
name = "clipboard_macos"
version = "0.1.0-alpha"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
description = "A library to obtain access to the macOS clipboard"
license = "Apache-2.0"
repository = "https://github.com/hecrj/window_clipboard"
documentation = "https://docs.rs/clipboard_macos"
keywords = ["clipboard", "macos"]
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
[dependencies]
objc = "0.2"