Переглянути джерело

Make Cargo.toml compatible with TOML spec

James Sanderson 10 роки тому
батько
коміт
e362e13827
1 змінених файлів з 10 додано та 5 видалено
  1. 10 5
      Cargo.toml

+ 10 - 5
Cargo.toml

@@ -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