X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Ftools%2Fbuild-manifest%2FCargo.toml;h=0bbbabd29989ebce3b5c749a1272be2b9bb5d6ff;hb=60c5eb7d04ee1e0108714fd93e704431aa9cf68e;hp=c364479d8db13251be3caf4bc2a249b8c84df98d;hpb=e74abb32707ea6577e99daad63c09c1d5135f7dc;p=rustc.git diff --git a/src/tools/build-manifest/Cargo.toml b/src/tools/build-manifest/Cargo.toml index c364479d8d..0bbbabd299 100644 --- a/src/tools/build-manifest/Cargo.toml +++ b/src/tools/build-manifest/Cargo.toml @@ -7,3 +7,4 @@ edition = "2018" [dependencies] toml = "0.5" serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0"