diff --git a/Cargo.toml b/Cargo.toml index 301685bc..72ee139a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,6 @@ members = [ #"crates/tek_cli", #"crates/tek_layout" ] + +[profile.release] +lto = true