Use whitespace more consistently in Cargo.toml files.

This commit is contained in:
Dan Gohman
2018-03-16 16:01:15 -07:00
parent a4c51d66a8
commit 5e21ac1a30
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ description = "Translator from WebAssembly to Cretonne IL"
repository = "https://github.com/Cretonne/cretonne"
license = "Apache-2.0"
readme = "README.md"
keywords = [ "webassembly", "wasm" ]
keywords = ["webassembly", "wasm"]
[lib]
name = "cton_wasm"