mirror of
https://github.com/bitwarden/browser
synced 2025-12-24 12:13:39 +00:00
22 lines
419 B
TOML
22 lines
419 B
TOML
[package]
|
|
name = "desktop_objc"
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
version = { workspace = true }
|
|
publish = { workspace = true }
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tokio = { workspace = true }
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
core-foundation = "=0.10.0"
|
|
|
|
[build-dependencies]
|
|
cc = "=1.2.4"
|
|
glob = "=0.3.2"
|