X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_monomorphize%2FCargo.toml;h=c8af10576b42fcf4526aafc92e2985774d9d2680;hb=4e30ad8d60e920f486fd1462939dbdaf3bd4c544;hp=6ee5330b63f51a4ea7e79ca5a2f62fe5ff7f2ef6;hpb=22e320b2c9b65447c84c4bb8ac1b4b77ae51f997;p=rust.git diff --git a/compiler/rustc_monomorphize/Cargo.toml b/compiler/rustc_monomorphize/Cargo.toml index 6ee5330b63f..c8af10576b4 100644 --- a/compiler/rustc_monomorphize/Cargo.toml +++ b/compiler/rustc_monomorphize/Cargo.toml @@ -6,6 +6,8 @@ edition = "2021" [lib] [dependencies] +serde = "1" +serde_json = "1" smallvec = { version = "1.8.1", features = [ "union", "may_dangle" ] } tracing = "0.1" rustc_data_structures = { path = "../rustc_data_structures" }