From 03db3644d0a23f5339dd06fb6db1f1f2b577318e Mon Sep 17 00:00:00 2001 From: James Sturtevant Date: Wed, 20 Mar 2024 15:22:18 -0700 Subject: [PATCH] Add Description and license (#525) Signed-off-by: James Sturtevant --- crates/oci-tar-builder/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/oci-tar-builder/Cargo.toml b/crates/oci-tar-builder/Cargo.toml index c84e5e79a..b91014430 100644 --- a/crates/oci-tar-builder/Cargo.toml +++ b/crates/oci-tar-builder/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "oci-tar-builder" +description = "Library that can be used to build OCI tar archives" version.workspace = true edition.workspace = true +license.workspace = true +readme = "README.md" +homepage.workspace = true +repository.workspace = true [dependencies] tar = { workspace = true }