Cargo.toml 251 B

1234567891011
  1. [package]
  2. name = "percent-encoding"
  3. version = "2.1.0"
  4. authors = ["The rust-url developers"]
  5. description = "Percent encoding and decoding"
  6. repository = "https://github.com/servo/rust-url/"
  7. license = "MIT/Apache-2.0"
  8. [lib]
  9. test = false
  10. path = "lib.rs"