File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- ## Adding dependencies from crates.io
1
+ ## Dependencies
2
2
3
- [ crates.io] is the Rust community's central repository that serves
4
- as a location to discover and download packages. ` cargo ` is configured to use
5
- it by default to find requested packages.
3
+ [ crates.io] is the Rust community's central package registry that serves as a
4
+ location to discover and download packages. ` cargo ` is configured to use it by
5
+ default to find requested packages.
6
6
7
7
To depend on a library hosted on [ crates.io] , add it to your ` Cargo.toml ` .
8
8
Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ project.
131
131
132
132
# Adding dependencies from crates.io
133
133
134
- [ crates.io] is the Rust community's central repository that serves
135
- as a location to discover and download packages. ` cargo ` is configured to use
136
- it by default to find requested packages.
134
+ [ crates.io] is the Rust community's central package registry that serves as a
135
+ location to discover and download packages. ` cargo ` is configured to use it by
136
+ default to find requested packages.
137
137
138
138
To depend on a library hosted on [ crates.io] , add it to your ` Cargo.toml ` .
139
139
You can’t perform that action at this time.
0 commit comments