Skip to content

Commit 3e5541e

Browse files
committed
Let’s assume people know how to use Cargo.
If not, it’s not up to each crate to teach them.
1 parent 2bd1679 commit 3e5541e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/lib.rs

-7
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111
rust-url is an implementation of the [URL Standard](http://url.spec.whatwg.org/)
1212
for the [Rust](http://rust-lang.org/) programming language.
1313
14-
It builds with [Cargo](http://crates.io/).
15-
To use it in your project, add this to your `Cargo.toml` file:
16-
17-
```Cargo
18-
[dependencies.url]
19-
git = "https://github.com/servo/rust-url"
20-
```
2114
2215
# URL parsing and data structures
2316

0 commit comments

Comments
 (0)