diff options
| -rw-r--r-- | Cargo.toml | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ path = "src/main.rs"  # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[profile.release] +lto = true +  [workspace]  [dependencies]  | 
