From b366ebd28bcb44492719b487f9dd34b6da56d23f Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 13 Feb 2025 13:26:44 -0500 Subject: Add licensing check for Rust code If we add new rust dependencies we should now be alerted when a new license type is added. --- plugins/idb_import/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/idb_import') diff --git a/plugins/idb_import/Cargo.toml b/plugins/idb_import/Cargo.toml index 1871df6e..db41d40a 100644 --- a/plugins/idb_import/Cargo.toml +++ b/plugins/idb_import/Cargo.toml @@ -3,6 +3,7 @@ name = "idb_import" version = "0.1.0" authors = ["Rubens Brandao "] edition = "2021" +license = "Apache-2.0" [lib] crate-type = ["cdylib"] -- cgit v1.3.1