We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1584457 + a38643e commit 00c345aCopy full SHA for 00c345a
Cargo.toml
@@ -3,9 +3,11 @@ name = "oauth10a"
3
description = "A rust implementation of the oauth 1.0a protocol fully-async with logging, metrics and tracing facilities"
4
version = "1.2.1"
5
edition = "2021"
6
+rust-version = "1.56"
7
authors = ["Florentin Dubois <[email protected]>"]
8
license-file = "LICENSE"
9
readme = "README.md"
10
+repository = "https://github.com/CleverCloud/oauth10a-rust"
11
keywords = [
12
"clevercloud",
13
"client",
0 commit comments