Update rust_highlight/Cargo.toml
Browse files
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"] }
|