docs link

This commit is contained in:
Edgar 2020-06-09 15:04:14 +02:00
parent bbeb89e418
commit e820c53526
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@ repository = "https://github.com/edg-l/paypal-rs/"
license = "AGPL-3.0"
keywords = ["paypal", "api", "async"]
categories = ["api-bindings", "asynchronous"]
documentation = "https://docs.rs/paypal-rs"
readme = "README.md"
edition = "2018"

View file

@ -3,4 +3,6 @@
A rust library that wraps the [paypal api](https://developer.paypal.com/docs/api) asynchronously.
Documentation: https://docs.rs/paypal-rs
Currently in early development.