add license to cargo.toml
This commit is contained in:
parent
620e449f18
commit
f9db5062a5
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue