mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-03 13:33:32 +01:00
19e786f820
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
32 lines
575 B
TOML
32 lines
575 B
TOML
[package]
|
|
edition = "2021"
|
|
exclude = ["index.node"]
|
|
license = "GPL-3.0"
|
|
name = "desktop_napi"
|
|
version = "0.0.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[features]
|
|
default = []
|
|
manual_test = []
|
|
|
|
[dependencies]
|
|
base64 = "=0.22.1"
|
|
hex = "=0.4.3"
|
|
anyhow = "=1.0.93"
|
|
desktop_core = { path = "../core" }
|
|
napi = { version = "=2.16.13", features = ["async"] }
|
|
napi-derive = "=2.16.12"
|
|
tokio = { version = "=1.40.0" }
|
|
tokio-util = "=0.7.12"
|
|
tokio-stream = "=0.1.15"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
windows-registry = "=0.3.0"
|
|
|
|
[build-dependencies]
|
|
napi-build = "=2.1.3"
|