From 2fa866ded151a76f80992a23a28ad55d56284212 Mon Sep 17 00:00:00 2001
From: STEVAN Antoine <antoine.stevan@isae-supaero.fr>
Date: Tue, 5 Nov 2024 14:10:28 +0000
Subject: [PATCH] mention contributors (dragoon/komodo!171)

---
 Cargo.toml |  4 ++++
 README.md  | 13 +++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/Cargo.toml b/Cargo.toml
index 4377f515..e369333b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,10 @@ name = "komodo"
 version = "0.3.0"
 edition = "2021"
 license = "MIT"
+authors = [
+    "Antoine Stevan <antoine.stevan@isae-supaero.fr>",
+    "Jonathan Detchart <jonathan.detchart@isae-supaero.fr>",
+]
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
diff --git a/README.md b/README.md
index 6fbc9694..c9ede29c 100644
--- a/README.md
+++ b/README.md
@@ -32,3 +32,16 @@ Other examples that showcase the Komodo API are available in [`examples/`](examp
 
 ## the benchmarks
 see [`benchmarks/`](benchmarks/README.md)
+
+## contributors
+
+Because the code for this project has been originally extracted from
+[`dragoon/pcs-fec-id`][pcs-fec-id] by @a.stevan, some contributors might be
+missing from the Git tree.
+
+Please consult the original Git tree from [`dragoon/pcs-fec-id`][pcs-fec-id] or
+note that the following people have contributed to this code base:
+- @a.stevan
+- @j.detchart
+
+[pcs-fec-id]: https://gitlab.isae-supaero.fr/dragoon/pcs-fec-id
-- 
GitLab