X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_ssa%2FCargo.toml;h=345174fb595ab1de60c74441c44e3481730bdb7c;hb=947fe7e341c2c3c0bdb220fd31bb650ac24c7054;hp=d868e3d56ba6b33d240fe92b65b7e003ebe45726;hpb=e54a13f18bf2873f12d556fb05bb60f2a7f75bfa;p=rust.git diff --git a/compiler/rustc_codegen_ssa/Cargo.toml b/compiler/rustc_codegen_ssa/Cargo.toml index d868e3d56ba..345174fb595 100644 --- a/compiler/rustc_codegen_ssa/Cargo.toml +++ b/compiler/rustc_codegen_ssa/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" test = false [dependencies] +ar_archive_writer = "0.1.1" bitflags = "1.2.1" cc = "1.0.69" itertools = "0.10.1"