瀏覽代碼

Let’s assume people know how to use Cargo.

If not, it’s not up to each crate to teach them.
Simon Sapin 9 年之前
父節點
當前提交
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/)
 rust-url is an implementation of the [URL Standard](http://url.spec.whatwg.org/)
 for the [Rust](http://rust-lang.org/) programming language.
 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
 # URL parsing and data structures