sreepathi-ravikumar commited on
Commit
14ee6d8
·
verified ·
1 Parent(s): c1f22b1

Update rust_highlight/Cargo.toml

Browse files
Files changed (1) hide show
  1. rust_highlight/Cargo.toml +6 -1
rust_highlight/Cargo.toml CHANGED
@@ -9,4 +9,9 @@ crate-type = ["cdylib"]
9
 
10
  [dependencies]
11
  pyo3 = { version = "0.21", features = ["extension-module"] }
12
- uuid = { version = "1.7", features = ["v4"] }
 
 
 
 
 
 
9
 
10
  [dependencies]
11
  pyo3 = { version = "0.21", features = ["extension-module"] }
12
+ uuid = { version = "1.7", features = ["v4"] }
13
+
14
+ [profile.release]
15
+ opt-level = 3
16
+ codegen-units = 1
17
+ lto = true