diff --git a/Cargo.toml b/Cargo.toml index 95b00d3..1d97462 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,3 +23,6 @@ url = "2.5" vapid = "0.6" validator = "0.18" yaml-rust = "0.4" + +[profile.release] +lto = true diff --git a/fishctl/Cargo.toml b/fishctl/Cargo.toml index e60d245..6721dba 100644 --- a/fishctl/Cargo.toml +++ b/fishctl/Cargo.toml @@ -25,6 +25,3 @@ url = { workspace = true } vapid = { workspace = true } validator = { workspace = true, features = ["derive"] } yaml-rust = { workspace = true } - -[profile.release] -lto = true