summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-31 18:53:25 +0200
committermo8it <mo8it@proton.me>2024-07-31 18:53:25 +0200
commitc8fddd8f62302395900ae6038a45653f22c994de (patch)
treef2cba5505ce0d33fdf2de9d832d8671577dd7526 /Cargo.toml
parent74fab994e2133cc40718abe923645922785c2a57 (diff)
Add Github profile links for every author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0577a6e..1e0228d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,10 +8,10 @@ exclude = [
[workspace.package]
version = "6.1.0"
authors = [
- "Liv <mokou@fastmail.com>",
- "Mo Bitar <mo8it@proton.me>",
+ "Mo Bitar <mo8it@proton.me>", # https://github.com/mo8it
+ "Liv <mokou@fastmail.com>", # https://github.com/shadows-withal
# Alumni
- "Carol (Nichols || Goulding) <carol.nichols@gmail.com>",
+ "Carol (Nichols || Goulding) <carol.nichols@gmail.com>", # https://github.com/carols10cents
]
repository = "https://github.com/rust-lang/rustlings"
license = "MIT"