diff --git a/Cargo.toml b/Cargo.toml index a22c29f..b6c819f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ version = "0.3.6" crate-type = ["cdylib"] [dependencies] -teo = { version = "0.3.6", path = "../teo" } -teo-result = { version = "0.3.5", features = ["napi"], path = "../teo-result" } +teo = { version = "0.3.6" } +teo-result = { version = "0.3.5", features = ["napi"] } napi = { version = "2.16.13", default-features = false, features = ["napi5", "async", "chrono_date", "compat-mode"] } napi-derive = "2.16.12" chrono = { version = "0.4.31" }