Skip to content

Commit

Permalink
Add license entry in package Cargo.toml (#72)
Browse files Browse the repository at this point in the history
# Motivation

Publishing to crates.io failed because of missing license.

# Changes

* Add `license` entry in the package Cargo.toml

# Tests

* I tried the publishing command with `--dry-run` and all tests passed.

# Todos

- [ ] Add entry to changelog (if necessary). NOT NECESSARY.
  • Loading branch information
lmuntaner authored Oct 29, 2024
1 parent 9dea151 commit 7b54e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust-packages/ic-verifiable-credentials/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ version = "1.0.0"
keywords = ["internet-computer", "verifiable", "credentials", "icp", "dfinity"]
categories = ["api-bindings", "data-structures", "no-std"]
edition = "2021"
license = "Apache-2.0"

[dependencies]
# ic dependencies
Expand Down

0 comments on commit 7b54e04

Please sign in to comment.