1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00
Files
browser/apps/desktop/desktop_native/napi/Cargo.toml
2025-12-02 10:03:03 -07:00

38 lines
935 B
TOML

[package]
name = "desktop_napi"
exclude = ["index.node"]
edition = { workspace = true }
license = { workspace = true }
version = { workspace = true }
publish = { workspace = true }
[lib]
crate-type = ["cdylib"]
[features]
default = []
manual_test = []
[dependencies]
anyhow = { workspace = true }
autotype = { path = "../autotype" }
chromium_importer = { path = "../chromium_importer" }
desktop_core = { path = "../core" }
napi = { workspace = true, features = ["async"] }
napi-derive = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
[target.'cfg(windows)'.dependencies]
windows-registry = { workspace = true }
windows_plugin_authenticator = { path = "../windows_plugin_authenticator" }
[build-dependencies]
napi-build = { workspace = true }
[lints]
workspace = true