From 5004aa9d6ee86e1ba4e40d974eae3a9659b621d7 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 9 Aug 2022 10:59:34 +0200 Subject: [PATCH] Specify a license for the node-api-c crate --- apis/c/node/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/apis/c/node/Cargo.toml b/apis/c/node/Cargo.toml index fdde7b99..aa95e458 100644 --- a/apis/c/node/Cargo.toml +++ b/apis/c/node/Cargo.toml @@ -2,6 +2,7 @@ name = "dora-node-api-c" version = "0.1.0" edition = "2021" +license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html