We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ceba0 commit 2722ec9Copy full SHA for 2722ec9
rust/Cargo.toml
@@ -3,6 +3,9 @@ name = "rust"
3
version = "0.1.0"
4
authors = ["Javier E. Fajardo <foxtrotzulu94@gmail.com>"]
5
6
+[profile.release]
7
+codegen-units = 1
8
+
9
[dependencies]
10
rayon = "1.0"
11
rust-crypto = { git = "https://github.com/niluxv/rust-crypto", branch = "stable_0.2" }
0 commit comments