Add newlines to end of Cargo.toml files.

Omitting them causes issues with cargo2android.py.

TEST=cargo test

Change-Id: Ib7d62b4218527e436d6b3fc13142e05ed67d2d6c
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3097680
Auto-Submit: Andrew Walbran <qwandor@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Commit-Queue: Andrew Walbran <qwandor@google.com>
This commit is contained in:
Andrew Walbran 2021-08-16 17:27:44 +01:00 committed by Commit Bot
parent 85d6ef16ca
commit bd9b1bc45b
3 changed files with 3 additions and 3 deletions

View file

@ -8,4 +8,4 @@ include = ["Cargo.toml", "src/*.rs"]
[dependencies]
rand_core = "0.4"
[workspace]
[workspace]

View file

@ -30,4 +30,4 @@ futures-executor = { version = "0.3", features = ["thread-pool"] }
futures-util = "0.3"
tempfile = { path = "../tempfile" } # provided by ebuild
[workspace]
[workspace]

View file

@ -13,4 +13,4 @@ bitflags = "1"
data_model = "*"
enumn = { path = "../enumn" }
libc = "*"
thiserror = "1.0.20"
thiserror = "1.0.20"