X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_ast_pretty%2FCargo.toml;h=6c076d2c5b866467ec2ed89cb3898cc79d7c889f;hb=813a9fc4f121d808c48ebee47a25a773120edd45;hp=81d98721089f59da3e6853902771752da3f83026;hpb=989edf6dd908408723003539583643d11cd5b459;p=rust.git diff --git a/src/librustc_ast_pretty/Cargo.toml b/src/librustc_ast_pretty/Cargo.toml index 81d98721089..6c076d2c5b8 100644 --- a/src/librustc_ast_pretty/Cargo.toml +++ b/src/librustc_ast_pretty/Cargo.toml @@ -13,3 +13,4 @@ doctest = false log = "0.4" rustc_span = { path = "../librustc_span" } rustc_ast = { path = "../librustc_ast" } +rustc_target = { path = "../librustc_target" }