From 4c86dfdb87a5e803121f3c626262e31537e6e6b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Wed, 1 Feb 2023 10:45:15 +0100 Subject: [PATCH] Add "The Trussed developers" to the author field --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e6bbe4..2abb9f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "interchange" version = "0.3.0" -authors = ["Nicolas Stalder "] +authors = ["The Trussed developers", "Nicolas Stalder "] edition = "2018" description = "Request/response mechanism for embedded development, using atomics" repository = "https://github.com/trussed-dev/interchange"