summaryrefslogtreecommitdiff
path: root/arch/riscv/Cargo.toml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-02-13 13:26:44 -0500
committerMason Reed <35282038+emesare@users.noreply.github.com>2025-02-13 13:59:09 -0500
commitb366ebd28bcb44492719b487f9dd34b6da56d23f (patch)
tree1d911a5aceb38db38a09bd90bc528f859647d432 /arch/riscv/Cargo.toml
parent5365728462076834832090072788972585260876 (diff)
Add licensing check for Rust code
If we add new rust dependencies we should now be alerted when a new license type is added.
Diffstat (limited to 'arch/riscv/Cargo.toml')
-rw-r--r--arch/riscv/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/Cargo.toml b/arch/riscv/Cargo.toml
index 1c0979e9..a90000dd 100644
--- a/arch/riscv/Cargo.toml
+++ b/arch/riscv/Cargo.toml
@@ -3,6 +3,7 @@ name = "arch_riscv"
version = "0.1.0"
authors = ["Ryan Snyder <ryan.snyder.or@gmail.com>"]
edition = "2021"
+license = "Apache-2.0"
[dependencies]
binaryninja.workspace = true