mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
22 lines
434 B
TOML
22 lines
434 B
TOML
[package]
|
|
name = "desktop_objc"
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
version = { workspace = true }
|
|
publish = { workspace = true }
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
anyhow = { workspace = true }
|
|
tokio = { workspace = true }
|
|
tracing = { workspace = true }
|
|
|
|
[target.'cfg(target_os = "macos")'.build-dependencies]
|
|
cc = "=1.2.46"
|
|
glob = "=0.3.2"
|
|
|
|
[lints]
|
|
workspace = true
|