add license to cargo.toml

This commit is contained in:
Edgar 2020-06-08 22:35:55 +02:00
parent 620e449f18
commit f9db5062a5
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85

View file

@ -3,6 +3,9 @@ name = "paypal-rs"
version = "0.0.1"
authors = ["Edgar <git@edgarluque.com>"]
description = "A library that wraps the paypal api asynchronously."
repository = "https://github.com/edg-l/paypal-rs/"
license = "AGPL-3.0"
license-file = "LICENSE"
keywords = ["paypal", "api", "async"]
categories = ["api-bindings", "asynchronous"]
readme = "README.md"