Skip to content

Commit

Permalink
Specify license alongside license-file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar Poland committed Sep 11, 2024
1 parent 5d928f4 commit 5a808a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "oci-wasm"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
authors = ["Taylor Thomas <[email protected]>"]
description = "A crate containing a thin wrapper around the oci-client crate that implements types and methods for pulling and pushing Wasm to OCI registries"
repository = "https://github.com/bytecodealliance/rust-oci-wasm"
license = "Apache-2.0"
license-file = "LICENSE"
keywords = ["wasm", "oci", "webassembly"]

Expand Down

0 comments on commit 5a808a5

Please sign in to comment.