commit 85b67a2049011fc0672f422657dfaefbc564fe2c
parent ed6468ac42529e68db96be6096e631ed13c9a800
Author: Eric Scouten <scouten@adobe.com>
Date: Fri, 30 Sep 2022 08:14:31 -0700
Add homepage and repository links to crates.io (#132)
Co-authored-by: Gavin Peacock <gpeacock@adobe.com>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml
@@ -5,6 +5,8 @@ description = "Rust SDK for C2PA (Coalition for Content Provenance and Authentic
authors = ["Maurice Fisher <mfisher@adobe.com>", "Gavin Peacock <gpeacock@adobe.com>", "Eric Scouten <scouten@adobe.com>", "Leonard Rosenthol <lrosenth@adobe.com>", "Dave Kozma <dkozma@adobe.com>"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/c2pa"
+homepage = "https://contentauthenticity.org"
+repository = "https://github.com/contentauth/c2pa-rs"
readme = "../README.md"
keywords = ["xmp", "metadata"]
categories = ["api-bindings"]