diff --git a/Cargo.toml b/Cargo.toml index 4825b18..28cd89c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,8 @@ futures = {version = "0.3"} version = "0.3" features = [ 'KeyboardEvent', -] \ No newline at end of file +] + +[profile.release] +lto = true +opt-level = 's' \ No newline at end of file