Cargo.toml 195 B

12345678910111213
  1. [package]
  2. name = "url"
  3. version = "0.1.0"
  4. authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
  5. [[lib]]
  6. name = "url"
  7. [dependencies.encoding]
  8. git = "https://github.com/lifthrasiir/rust-encoding"