]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_errors/Cargo.toml
Auto merge of #98446 - nnethercote:derive-no-match-destructuring, r=scottmcm
[rust.git] / compiler / rustc_errors / Cargo.toml
index 5f919982890e0305d7f75bd9170011870dbe0cb3..89557626057133ccbd2d623bcf7e46105d21521e 100644 (file)
@@ -19,6 +19,8 @@ atty = "0.2"
 termcolor = "1.0"
 annotate-snippets = "0.8.0"
 termize = "0.1.1"
+serde = { version = "1.0.125", features = ["derive"] }
+serde_json = "1.0.59"
 
 [target.'cfg(windows)'.dependencies]
 winapi = { version = "0.3", features = ["handleapi", "synchapi", "winbase"] }