diff --git a/astro-church-website/Cargo.toml b/astro-church-website/Cargo.toml index cdf6709..e0949b6 100644 --- a/astro-church-website/Cargo.toml +++ b/astro-church-website/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] [dependencies] napi = { version = "2", default-features = false, features = ["napi4"] } napi-derive = "2" -church-core = { path = "../../church-core", features = ["uniffi"] } +church-core = { path = "../church-core", features = ["uniffi"] } tokio = { version = "1", features = ["full"] } [build-dependencies]