mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-08 09:43:42 +01:00
f69e943e72
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
26 lines
448 B
TOML
26 lines
448 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]
|
|
anyhow = "=1.0.86"
|
|
desktop_core = { path = "../core" }
|
|
napi = { version = "=2.16.11", features = ["async"] }
|
|
napi-derive = "=2.16.12"
|
|
tokio = { version = "1.38.0" }
|
|
tokio-util = "0.7.11"
|
|
|
|
[build-dependencies]
|
|
napi-build = "=2.1.3"
|