Use whitespace more consistently in Cargo.toml files.
This commit is contained in:
@@ -7,7 +7,7 @@ license = "Apache-2.0"
|
|||||||
documentation = "https://cretonne.readthedocs.io/"
|
documentation = "https://cretonne.readthedocs.io/"
|
||||||
repository = "https://github.com/Cretonne/cretonne"
|
repository = "https://github.com/Cretonne/cretonne"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = [ "compile", "compiler", "jit" ]
|
keywords = ["compile", "compiler", "jit"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ description = "Translator from WebAssembly to Cretonne IL"
|
|||||||
repository = "https://github.com/Cretonne/cretonne"
|
repository = "https://github.com/Cretonne/cretonne"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = [ "webassembly", "wasm" ]
|
keywords = ["webassembly", "wasm"]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "cton_wasm"
|
name = "cton_wasm"
|
||||||
|
|||||||
Reference in New Issue
Block a user