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