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/pdb-ng/Cargo.toml | 1 + plugins/pdb-ng/demo/Cargo.toml | 1 + 2 files changed, 2 insertions(+) (limited to 'plugins/pdb-ng') diff --git a/plugins/pdb-ng/Cargo.toml b/plugins/pdb-ng/Cargo.toml index d431fd64..3a9017d5 100644 --- a/plugins/pdb-ng/Cargo.toml +++ b/plugins/pdb-ng/Cargo.toml @@ -2,6 +2,7 @@ name = "pdb-import-plugin" version = "0.1.0" edition = "2021" +license = "Apache-2.0" [lib] crate-type = ["cdylib"] diff --git a/plugins/pdb-ng/demo/Cargo.toml b/plugins/pdb-ng/demo/Cargo.toml index 02a645d0..ddde9b94 100644 --- a/plugins/pdb-ng/demo/Cargo.toml +++ b/plugins/pdb-ng/demo/Cargo.toml @@ -2,6 +2,7 @@ name = "pdb-import-plugin-static" version = "0.1.0" edition = "2021" +license = "Apache-2.0" [lib] crate-type = ["staticlib"] -- cgit v1.3.1