We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c7116 commit 87aff5dCopy full SHA for 87aff5d
1 file changed
crates/core/Cargo.toml
@@ -40,7 +40,10 @@ tokio = { workspace = true, features = [
40
"rt-multi-thread",
41
"sync",
42
] }
43
-pyo3 = { workspace = true, features = ["extension-module", "generate-import-lib"] }
+pyo3 = { workspace = true, features = [
44
+ "extension-module",
45
+ "generate-import-lib",
46
+] }
47
pyo3-async-runtimes = { workspace = true, features = ["tokio-runtime"] }
48
pyo3-log = { workspace = true }
49
chrono = { workspace = true }
0 commit comments