scripts/generate-dependency-queue.py: doc how to run
This commit is contained in:
parent
8d40d2630c
commit
c868afedbf
|
@ -1,6 +1,8 @@
|
||||||
import json
|
import json
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
# pipe `cargo metadata --format-version=1` into this
|
||||||
|
|
||||||
priority_queue = []
|
priority_queue = []
|
||||||
packages = json.load(sys.stdin)["packages"]
|
packages = json.load(sys.stdin)["packages"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue