Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoMfer authored Jun 11, 2024
1 parent 634040c commit 5a45058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = [ "Ángel Iglesias Préstamo <[email protected]>" ]
authors = [ "Ángel Iglesias Préstamo <[email protected]>" , "Diego Martín Fernández <[email protected]>" ]
name = "remote-hdt"
version = "0.0.1"
edition = "2021"
Expand All @@ -20,4 +20,4 @@ parking_lot = "0.12"
[profile.release]
codegen-units = 1
opt-level = 3
lto = "fat"
lto = "fat"

0 comments on commit 5a45058

Please sign in to comment.