scripts/generate-dependency-queue.py: doc how to run

This commit is contained in:
Ryan Heywood 2024-08-01 00:54:53 -04:00
parent 8d40d2630c
commit c868afedbf
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
import json
import sys
# pipe `cargo metadata --format-version=1` into this
priority_queue = []
packages = json.load(sys.stdin)["packages"]