From: Ian Jackson Date: Mon, 29 Mar 2021 20:48:36 +0000 (+0100) Subject: cargo: Add trailing newlines back plus a guard comment X-Git-Tag: otter-0.5.0~380 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=59cf669a8775b2a3b12d507c1cf032dbc0e7bb90;p=otter.git cargo: Add trailing newlines back plus a guard comment Somehow I seem to keep stripping these and it is annoying. Maybe this will help make it noticeable. Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index 11f43de9..0a179917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,4 +82,6 @@ version="0.3.0" authors=["Ian Jackson "] [workspace] -members=["wasm", "daemon", "wdriver", "apitest"] \ No newline at end of file +members=["wasm", "daemon", "wdriver", "apitest"] + +#fin. diff --git a/apitest/Cargo.toml b/apitest/Cargo.toml index d348f404..32b31055 100644 --- a/apitest/Cargo.toml +++ b/apitest/Cargo.toml @@ -35,4 +35,6 @@ edition="2018" license="AGPL-3.0-or-later" name="otter-api-tests" version="0.0.1" -authors=["Ian Jackson "] \ No newline at end of file +authors=["Ian Jackson "] + +#fin. diff --git a/base/Cargo.toml b/base/Cargo.toml index 2c7d095c..11569b44 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -27,3 +27,5 @@ fehler = "1" serde = { version = "1", features = ["derive","rc"] } serde_with = "1" thiserror = "1" + +#fin. diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 5f242365..7670c45c 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -38,4 +38,6 @@ edition="2018" license="AGPL-3.0-or-later" name="otter-daemon" version="0.0.1" -authors=["Ian Jackson "] \ No newline at end of file +authors=["Ian Jackson "] + +#fin. diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index a05e3475..f831d1d5 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -22,4 +22,6 @@ edition="2018" license="AGPL-3.0-or-later" name="otter-wasm" version="0.0.1" -authors=["Ian Jackson "] \ No newline at end of file +authors=["Ian Jackson "] + +#fin. diff --git a/wdriver/Cargo.toml b/wdriver/Cargo.toml index 4e10399d..d60596d1 100644 --- a/wdriver/Cargo.toml +++ b/wdriver/Cargo.toml @@ -27,4 +27,6 @@ edition="2018" license="AGPL-3.0-or-later" name="otter-webdriver-tests" version="0.0.1" -authors=["Ian Jackson "] \ No newline at end of file +authors=["Ian Jackson "] + +#fin.