sreepathi-ravikumar commited on
Commit
e52ba6e
·
verified ·
1 Parent(s): db07469

Update rust_highlight/Cargo.toml

Browse files
Files changed (1) hide show
  1. rust_highlight/Cargo.toml +2 -1
rust_highlight/Cargo.toml CHANGED
@@ -8,4 +8,5 @@ name = "rust_highlight"
8
  crate-type = ["cdylib"]
9
 
10
  [dependencies]
11
- pyo3 = { version = "0.21", features = ["extension-module"] }
 
 
8
  crate-type = ["cdylib"]
9
 
10
  [dependencies]
11
+ pyo3 = { version = "0.21", features = ["extension-module"] }
12
+ uuid = { version = "1.7", features = ["v4"] }