From 7b54e04a1dd2922cfb903635b40022603315ba5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lloren=C3=A7=20Muntaner?= Date: Tue, 29 Oct 2024 14:28:51 +0100 Subject: [PATCH] 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. --- rust-packages/ic-verifiable-credentials/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-packages/ic-verifiable-credentials/Cargo.toml b/rust-packages/ic-verifiable-credentials/Cargo.toml index 5887e23..83fc318 100644 --- a/rust-packages/ic-verifiable-credentials/Cargo.toml +++ b/rust-packages/ic-verifiable-credentials/Cargo.toml @@ -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