From d06075e2407ea959b65b76d36a460bf4de0fa8f5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 18 Apr 2021 19:16:11 +0100 Subject: [PATCH] Cargo.toml: Prettify layout etc. Signed-off-by: Ian Jackson --- Cargo.toml | 8 +++++--- base/Cargo.toml | 11 ++++++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1de711c8..626af412 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,11 +3,13 @@ # There is NO WARRANTY. [package] -edition="2018" -license="AGPL-3.0-or-later" name="otter" version="0.3.0" -authors=["Ian Jackson "] + +authors=["Ian Jackson ", + "and the contributors to Otter"] +license="AGPL-3.0-or-later" +edition="2018" [workspace] members=["wasm", "daemon", "wdriver", "apitest"] diff --git a/base/Cargo.toml b/base/Cargo.toml index 61bb8532..17708c43 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -1,16 +1,21 @@ +# Copyright 2020-2021 Ian Jackson and contributors to Otter +# SPDX-License-Identifier: AGPL-3.0-or-later +# There is NO WARRANTY. [package] name = "otter-base" -authors = ["Ian Jackson "] -license = "AGPL-3.0-or-later" - version = "0.0.1" + +authors = ["Ian Jackson ", + "and the contributors to Otter"] +license = "AGPL-3.0-or-later" edition = "2018" [lib] name = "otter_base" path = "lib.rs" + [dependencies] arrayvec = "0.5" -- 2.30.2