Skip to content

Commit 7b54e04

Browse files
authored
Add license entry in package Cargo.toml (#72)
# 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.
1 parent 9dea151 commit 7b54e04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust-packages/ic-verifiable-credentials/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ version = "1.0.0"
55
keywords = ["internet-computer", "verifiable", "credentials", "icp", "dfinity"]
66
categories = ["api-bindings", "data-structures", "no-std"]
77
edition = "2021"
8+
license = "Apache-2.0"
89

910
[dependencies]
1011
# ic dependencies

0 commit comments

Comments
 (0)