1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-25 12:43:36 +00:00
Files
browser/apps/desktop/desktop_native/objc/Cargo.toml
renovate[bot] b423460006 [deps] Platform: Pin dependencies (#12292)
* [deps] Platform: Pin dependencies

* fix: version conflicts by making them workspace deps

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andreas Coroiu <andreas.coroiu@gmail.com>
2025-01-31 09:56:17 +01:00

22 lines
348 B
TOML

[package]
edition = "2021"
license = "GPL-3.0"
name = "desktop_objc"
version = "0.0.0"
publish = false
[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"