]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_monomorphize/Cargo.toml
Reuse ErrorGuaranteed during relation
[rust.git] / compiler / rustc_monomorphize / Cargo.toml
index 6ee5330b63f51a4ea7e79ca5a2f62fe5ff7f2ef6..c8af10576b42fcf4526aafc92e2985774d9d2680 100644 (file)
@@ -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" }