Skip to content

Commit

Permalink
Make Cargo.toml compatible with TOML spec
Browse files Browse the repository at this point in the history
  • Loading branch information
zofrex committed Apr 17, 2016
1 parent f99996a commit e362e13
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ readme = "README.md"
keywords = ["url", "parser"]
license = "MIT/Apache-2.0"

[[test]] name = "format"
[[test]] name = "form_urlencoded"
[[test]] name = "idna"
[[test]] name = "punycode"
[[test]] name = "tests"
[[test]]
name = "format"
[[test]]
name = "form_urlencoded"
[[test]]
name = "idna"
[[test]]
name = "punycode"
[[test]]
name = "tests"
[[test]]
name = "wpt"
harness = false
Expand Down

0 comments on commit e362e13

Please sign in to comment.