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.",