From 7c8c2d4e5e46b87a1f8f25dc2e2f476773315860 Mon Sep 17 00:00:00 2001 From: Daniel Pechersky Date: Thu, 18 Sep 2025 21:46:40 +0700 Subject: [PATCH] Run ./ninja fix:minilints --- cargo/licenses.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cargo/licenses.json b/cargo/licenses.json index 274c060be..cd0d35185 100644 --- a/cargo/licenses.json +++ b/cargo/licenses.json @@ -2663,6 +2663,14 @@ "name": "percent-encoding-iri", "repository": "https://github.com/servo/rust-url/" }, + { + "authors": "Jeremy Salwen ", + "description": "Small utility for creating, manipulating, and applying permutations.", + "license": "Apache-2.0 OR MIT", + "license_file": null, + "name": "permutation", + "repository": "https://github.com/jeremysalwen/rust-permutations" + }, { "authors": "bluss|mitchmindtree", "description": "Graph data structure library. Provides graph types and graph algorithms.",