File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ There are three main ways we use dependencies:
6
6
2 . As a git (e.g. ` clippy ` ) or a [ josh] (e.g. ` miri ` ) subtree
7
7
3 . As a git submodule (e.g. ` cargo ` )
8
8
9
- As a general rule, use crates.io for libraries that could be useful for others in the ecosystem; use
10
- subtrees for tools that depend on compiler internals and need to be updated if there are breaking
11
- changes; and use submodules for tools that are independent of the compiler.
9
+ As a general rule:
10
+ - Use crates.io for libraries that could be useful for others in the ecosystem
11
+ - Use subtrees for tools that depend on compiler internals and need to be updated if there are breaking
12
+ changes
13
+ - Use submodules for tools that are independent of the compiler
12
14
13
15
## External Dependencies (subtrees)
14
16
You can’t perform that action at this time.
0 commit comments