From 0df77f2342236090b1b002f956d11af60902f634 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Fri, 17 Jul 2026 08:43:39 +0200 Subject: [PATCH] Add SPDX `license` field (MIT) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ccf7090..51c9cd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "openusd" version = "0.5.0" edition = "2021" repository = "https://github.com/mxpv/openusd" +license = "MIT" license-file = "LICENSE" exclude = ["/vendor", "/fixtures", "/docs", "/.github", "/.claude"] description = "Rust native USD library"