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. --- rust/binaryninjacore-sys/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/binaryninjacore-sys') diff --git a/rust/binaryninjacore-sys/Cargo.toml b/rust/binaryninjacore-sys/Cargo.toml index 3c72600a..bfd49a41 100644 --- a/rust/binaryninjacore-sys/Cargo.toml +++ b/rust/binaryninjacore-sys/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Ryan Snyder ", "Kyle Martin "] build = "build.rs" edition = "2021" links = "binaryninjacore" +license = "Apache-2.0" [build-dependencies] bindgen = "0.71.1" -- cgit v1.3.1