1
Fork 0

generate-copyright: use cargo-metadata

This commit is contained in:
Jonathan Pallant 2024-07-30 13:56:17 +01:00
parent 56f84796a4
commit dbab595d78
No known key found for this signature in database
3 changed files with 20 additions and 62 deletions

View file

@ -1406,6 +1406,7 @@ name = "generate-copyright"
version = "0.1.0"
dependencies = [
"anyhow",
"cargo_metadata 0.18.1",
"serde",
"serde_json",
"tempfile",