commit cc510a36d63fde7dc6b38eab3f58c241fc3b7e95
parent 3bf0dbc6e6b6f7aa13fe05a71cda83f647db6179
Author: Eric Scouten <scouten@adobe.com>
Date: Mon, 23 May 2022 16:06:40 -0700
Fix pointer to README
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml
@@ -5,7 +5,7 @@ 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"
-readme = "README.md"
+readme = "../README.md"
keywords = ["xmp", "metadata"]
categories = ["api-bindings"]
edition = "2018"