Run ./ninja fix:minilints

This commit is contained in:
Daniel Pechersky 2025-09-18 21:46:40 +07:00
parent 2eab86a633
commit 7c8c2d4e5e
No known key found for this signature in database

View file

@ -2663,6 +2663,14 @@
"name": "percent-encoding-iri",
"repository": "https://github.com/servo/rust-url/"
},
{
"authors": "Jeremy Salwen <jeremysalwen@gmail.com>",
"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.",