From 6cd8cc2ab9c520c7d6ef27dd17a77019032c19e9 Mon Sep 17 00:00:00 2001
From: Kubat <mael.martin31@gmail.com>
Date: Sun, 5 Feb 2023 14:45:58 +0100
Subject: [PATCH] MISC: Add email

---
 src/rust/Cargo.toml             | 3 ++-
 src/rust/smallstring/Cargo.toml | 5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index 7e01aa20..3a8cce81 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -23,7 +23,7 @@ members = [
 
 [workspace.package]
 edition = "2021"
-authors = ["Maël MARTIN"]
+authors = ["Maël MARTIN <mael.martin@protonmail.com>"]
 version = "0.1.0"
 license = "MIT"
 
@@ -31,6 +31,7 @@ license = "MIT"
 lazy_static = "^1"
 thiserror = "^1"
 
+# LibC for the C ffi
 libc = { version = "0.2", default-features = false }
 
 # DBus interactions
diff --git a/src/rust/smallstring/Cargo.toml b/src/rust/smallstring/Cargo.toml
index 19a1f681..19e36a8d 100644
--- a/src/rust/smallstring/Cargo.toml
+++ b/src/rust/smallstring/Cargo.toml
@@ -1,7 +1,10 @@
 [package]
 name = "smallstring"
 version = "0.1.3"
-authors = ["Jack Fransham <moonfudgeman@hotmail.co.uk>", "Maël MARTIN"]
+authors = [
+    "Jack Fransham <moonfudgeman@hotmail.co.uk>",
+    "Maël MARTIN <mael.martin@protonmail.com>",
+]
 description = "'Small string' optimization: store small strings on the stack using smallvec"
 license = "MIT"
 
-- 
GitLab