diff --git a/Cargo.toml b/Cargo.toml index 22cd558..07ccaa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "paypal-rs" version = "0.0.1" authors = ["Edgar "] 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"