Spaces:
Running
Running
Update rust_combiner/Cargo.toml
Browse files- rust_combiner/Cargo.toml +15 -12
rust_combiner/Cargo.toml
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
-
[package]
|
2 |
-
name = "rust_combiner"
|
3 |
-
version = "0.1.0"
|
4 |
-
edition = "2021"
|
5 |
-
|
6 |
-
[lib]
|
7 |
-
name = "rust_combiner"
|
8 |
-
crate-type = ["cdylib"]
|
9 |
-
|
10 |
-
[dependencies]
|
11 |
-
pyo3 = { version = "0.21", features = ["extension-module"] }
|
12 |
-
uuid = { version = "1.7", features = ["v4"] }
|
|
|
|
|
|
|
|
1 |
+
[package]
|
2 |
+
name = "rust_combiner"
|
3 |
+
version = "0.1.0"
|
4 |
+
edition = "2021"
|
5 |
+
|
6 |
+
[lib]
|
7 |
+
name = "rust_combiner"
|
8 |
+
crate-type = ["cdylib"]
|
9 |
+
|
10 |
+
[dependencies]
|
11 |
+
pyo3 = { version = "0.21", features = ["extension-module"] }
|
12 |
+
uuid = { version = "1.7", features = ["v4"] }
|
13 |
+
|
14 |
+
[package.metadata.maturin]
|
15 |
+
name = "rust_combiner"
|