mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 18:43:25 +00:00
Align Desktop Native's Rust CI checks with SDK (#17261)
* clean crate deps * update lint workflow * add rustfmt.toml * apply rust fmt * missed one * fix lint of lint lol * more deps platform fixes * fix macos_provider * some more deps clean * more cleanup * add --all-targets * remove another unused dep * generate index.d.ts * fix whitespace * fix split comment in biometric * formatting comment in biometric_v2 * apply fmt
This commit is contained in:
@@ -8,16 +8,12 @@ publish = { workspace = true }
|
||||
[features]
|
||||
default = []
|
||||
|
||||
[dependencies]
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
anyhow = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
core-foundation = "=0.10.1"
|
||||
|
||||
[build-dependencies]
|
||||
[target.'cfg(target_os = "macos")'.build-dependencies]
|
||||
cc = "=1.2.4"
|
||||
glob = "=0.3.2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user