Просмотр исходного кода

Let’s assume people know how to use Cargo.

If not, it’s not up to each crate to teach them.
Simon Sapin 9 лет назад
Родитель
Сommit
3e5541e51e
1 измененных файлов с 0 добавлено и 7 удалено
  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