diff --git a/Cargo.toml b/Cargo.toml index 15b23dc..615465b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,3 +116,6 @@ features = ["tls"] [workspace.dependencies.uuid] version = "1.6.1" features = ["v4"] + +[profile.release] +lto = "fat"