diff --git a/Cargo.toml b/Cargo.toml index 2bdb77c..cc22f34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.20.2", features = ["extension-module", "chrono", "indexmap"] } -teo = { path = "../teo" } +teo = { version = "0.2.0" } pyo3-asyncio = { version = "0.20.0", features = ["attributes", "tokio-runtime"] } tokio = { version = "1.0" } bson = { version = "2.7.0", features = ["chrono-0_4", "serde_with"] }