File tree 1 file changed +7
-3
lines changed 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Cargo
2
+
1
3
Cargo downloads your Rust project’s dependencies and compiles your project.
2
4
3
5
Learn more at http://doc.crates.io/
4
6
5
7
## Code Status
8
+
6
9
[ ![ Build Status] ( https://travis-ci.org/rust-lang/cargo.svg?branch=master )] ( https://travis-ci.org/rust-lang/cargo )
7
10
[ ![ Build Status] ( https://ci.appveyor.com/api/projects/status/github/rust-lang/cargo?branch=master&svg=true )] ( https://ci.appveyor.com/project/rust-lang-libs/cargo )
8
11
@@ -58,11 +61,10 @@ Please report all issues on the github [issue tracker][issues].
58
61
59
62
[ issues ] : https://github.com/rust-lang/cargo/issues
60
63
61
-
62
64
## Contributing
63
65
64
- See [ CONTRIBUTING.md] ( CONTRIBUTING.md )
65
-
66
+ See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) . You may also find the arhitecture
67
+ documentation useful ( [ ARCHITECTURE.md ] ( ARCHITECTURE.md ) ).
66
68
67
69
## License
68
70
@@ -80,5 +82,7 @@ In binary form, this product includes software that is licensed under the
80
82
terms of the GNU General Public License, version 2, with a linking exception,
81
83
which can be obtained from the [ upstream repository] [ 1 ] .
82
84
85
+ See LICENSE-THIRD-PARTY for details.
86
+
83
87
[ 1 ] : https://github.com/libgit2/libgit2
84
88
You can’t perform that action at this time.
0 commit comments