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