mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-20 16:07:45 +01:00
8c446b4720
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
331 B
TOML
22 lines
331 B
TOML
[package]
|
|
edition = "2021"
|
|
license = "GPL-3.0"
|
|
name = "desktop_objc"
|
|
version = "0.0.0"
|
|
publish = false
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
anyhow = "=1.0.94"
|
|
thiserror = "=1.0.69"
|
|
tokio = "1.39.1"
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
core-foundation = "=0.9.4"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0.104"
|
|
glob = "0.3.1"
|