diff --git a/.gitignore b/.gitignore index 5bd774a06..dc7d13721 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ target .vercel .DS_Store + +.idea \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 61f6fa514..2ff4a82aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,6 @@ redis22 = { package = "redis", version = "0.22.3", git = "https://github.com/rev redis23 = { package = "redis", version = "0.23.1", git = "https://github.com/revoltchat/redis-rs", rev = "f8ca28ab85da59d2ccde526b4d2fb390eff5a5f9" } # authifier = { package = "authifier", version = "1.0.8", path = "../authifier/crates/authifier" } # rocket_authifier = { package = "rocket_authifier", version = "1.0.8", path = "../authifier/crates/rocket_authifier" } + +[profile.release] +lto = true \ No newline at end of file