Ver Fonte

Let’s assume people know how to use Cargo.

If not, it’s not up to each crate to teach them.
Simon Sapin há 9 anos atrás
pai
commit
3e5541e51e
1 ficheiros alterados com 0 adições e 7 exclusões
  1. 0 7
      src/lib.rs

+ 0 - 7
src/lib.rs

@@ -11,13 +11,6 @@
 rust-url is an implementation of the [URL Standard](http://url.spec.whatwg.org/)
 for the [Rust](http://rust-lang.org/) programming language.
 
-It builds with [Cargo](http://crates.io/).
-To use it in your project, add this to your `Cargo.toml` file:
-
-```Cargo
-[dependencies.url]
-git = "https://github.com/servo/rust-url"
-```
 
 # URL parsing and data structures