1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-30 15:13:32 +00:00
Files
browser/apps/desktop/desktop_native/objc/Cargo.toml
John Harrington abf8991a90 remove unused dep
2025-11-21 12:57:15 -07:00

22 lines
455 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, features = ["sync"] }
tracing = { workspace = true }
[target.'cfg(target_os = "macos")'.build-dependencies]
cc = "=1.2.46"
glob = "=0.3.2"
[lints]
workspace = true