diff --git a/client/Cargo.toml b/client/Cargo.toml index a02dee5..a53c30b 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -8,4 +8,7 @@ protos = { path = "../protos" } yew = "=0.4.0" protobuf = "=1.7.3" failure = "=0.1.1" -stdweb = "=0.4.6" \ No newline at end of file +stdweb = "=0.4.6" + +[profile.release] +lto = true