Skip to content

Commit 00c345a

Browse files
Merge pull request #4 from CleverCloud/chore/cargo/manifest
Add rust-version and repository url to Cargo.toml
2 parents 1584457 + a38643e commit 00c345a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name = "oauth10a"
33
description = "A rust implementation of the oauth 1.0a protocol fully-async with logging, metrics and tracing facilities"
44
version = "1.2.1"
55
edition = "2021"
6+
rust-version = "1.56"
67
authors = ["Florentin Dubois <[email protected]>"]
78
license-file = "LICENSE"
89
readme = "README.md"
10+
repository = "https://github.com/CleverCloud/oauth10a-rust"
911
keywords = [
1012
"clevercloud",
1113
"client",

0 commit comments

Comments
 (0)