[package] name = "church-core-bindings" version = "0.1.0" edition = "2021" [lib] crate-type = ["cdylib"] [dependencies] napi = { version = "2", default-features = false, features = ["napi4"] } napi-derive = "2" church-core = { git = "https://git.rockvilletollandsda.church/RTSDA/church-core.git" } tokio = { version = "1", features = ["full"] } [build-dependencies] napi-build = "2"