From: Ian Jackson Date: Sun, 18 Apr 2021 20:17:52 +0000 (+0100) Subject: Cargo.toml: base: Remove some spaces X-Git-Tag: otter-0.5.0~13 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8ffef1cbb8596bd4c17c46803418fdd3ae58f2fc;p=otter.git Cargo.toml: base: Remove some spaces Signed-off-by: Ian Jackson --- diff --git a/base/Cargo.toml b/base/Cargo.toml index 60b05a24..bc1a0855 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -3,7 +3,7 @@ # There is NO WARRANTY. [package] -name = "otter-base" +name="otter-base" description="Otter game system; WASM/hostside common code crate." version="0.3.0" @@ -16,14 +16,14 @@ authors=["Ian Jackson ", "and the contributors to Otter"] [lib] -name = "otter_base" -path = "lib.rs" +name="otter_base" +path="lib.rs" [dependencies] -arrayvec = "0.5" -derive_more = "0.99" +arrayvec="0.5" +derive_more="0.99" extend="1" htmlescape="0.3" if_chain = "1" @@ -34,9 +34,9 @@ serde_json="1" void="1" # Repeated in other Cargo.toml's because importing does not work properly -fehler = "1" +fehler="1" serde = { version = "1", features = ["derive","rc"] } -serde_with = "1" -thiserror = "1" +serde_with="1" +thiserror="1" #fin.