Skip to content

Commit

Permalink
Add Description and license (#525)
Browse files Browse the repository at this point in the history
Signed-off-by: James Sturtevant <[email protected]>
  • Loading branch information
jsturtevant authored Mar 20, 2024
1 parent 75112b3 commit 03db364
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/oci-tar-builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down

0 comments on commit 03db364

Please sign in to comment.