We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
graphviz
1 parent ee03529 commit b737418Copy full SHA for b737418
mk/crates.mk
@@ -51,7 +51,7 @@
51
52
TARGET_CRATES := libc std green rustuv native flate arena glob term semver \
53
uuid serialize sync getopts collections num test time rand \
54
- workcache url log regex
+ workcache url log regex graphviz
55
HOST_CRATES := syntax rustc rustdoc fourcc hexfloat regex_macros
56
CRATES := $(TARGET_CRATES) $(HOST_CRATES)
57
TOOLS := compiletest rustdoc rustc
@@ -67,6 +67,7 @@ DEPS_rustdoc := rustc native:sundown serialize sync getopts collections \
67
test time
68
DEPS_flate := std native:miniz
69
DEPS_arena := std collections
70
+DEPS_graphviz := std
71
DEPS_glob := std
72
DEPS_serialize := std collections log
73
DEPS_term := std collections
0 commit comments