diff options
Diffstat (limited to '')
-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 new file mode 100644 index 000000000..d657fdb1a --- /dev/null +++ b/compiler/rustc_graphviz/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "rustc_graphviz" +version = "0.0.0" +edition = "2021" |