From 5a45058bf33a97d2d1b46122848ad34dd404d985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mart=C3=ADn=20Fern=C3=A1ndez?= <79276285+DiegoMfer@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:34:49 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ef7b0c2..95e2921 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -authors = [ "Ángel Iglesias Préstamo " ] +authors = [ "Ángel Iglesias Préstamo " , "Diego Martín Fernández " ] name = "remote-hdt" version = "0.0.1" edition = "2021" @@ -20,4 +20,4 @@ parking_lot = "0.12" [profile.release] codegen-units = 1 opt-level = 3 -lto = "fat" \ No newline at end of file +lto = "fat"