-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add subscription list_with_paginator (#15)
- Loading branch information
1 parent
7a90001
commit dd7877f
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,20 +5,25 @@ members = [ | |
|
||
[package] | ||
name = "pinpayments_rs" | ||
version = "0.1.0" | ||
version = "0.9.0" | ||
description = "API bindings for the Pin Payments HTTP API" | ||
rust-version = "1.65.0" | ||
authors = [ | ||
"Chris Kruger <[email protected]>" | ||
] | ||
license = "MIT OR Apache-2.0" | ||
license = "MIT" | ||
readme = "README.md" | ||
homepage = "https://github.com/montdidier/pinpayments_rs" | ||
repository = "https://github.com/montdidier/pinpayments_rs" | ||
keywords = ["pinpayments", "v1", "api", "async"] | ||
categories = ["api-bindings"] | ||
edition = "2021" | ||
|
||
include = [ | ||
"**/*.rs", | ||
"Cargo.toml" | ||
] | ||
|
||
[lib] | ||
name = "pinpayments" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters