From c8fddd8f62302395900ae6038a45653f22c994de Mon Sep 17 00:00:00 2001 From: mo8it Date: Wed, 31 Jul 2024 18:53:25 +0200 Subject: [PATCH] Add Github profile links for every author --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0577a6e8..1e0228da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ exclude = [ [workspace.package] version = "6.1.0" authors = [ - "Liv ", - "Mo Bitar ", + "Mo Bitar ", # https://github.com/mo8it + "Liv ", # https://github.com/shadows-withal # Alumni - "Carol (Nichols || Goulding) ", + "Carol (Nichols || Goulding) ", # https://github.com/carols10cents ] repository = "https://github.com/rust-lang/rustlings" license = "MIT"