diff options
Diffstat (limited to 'compiler/rustc_fs_util/Cargo.toml')
-rw-r--r-- | compiler/rustc_fs_util/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/rustc_fs_util/Cargo.toml b/compiler/rustc_fs_util/Cargo.toml index 34c3fe2a0..4b76200c0 100644 --- a/compiler/rustc_fs_util/Cargo.toml +++ b/compiler/rustc_fs_util/Cargo.toml @@ -2,3 +2,7 @@ name = "rustc_fs_util" version = "0.0.0" edition = "2021" + +[dependencies] +# tidy-alphabetical-start +# tidy-alphabetical-end |