mirror of
https://github.com/bitwarden/browser
synced 2025-12-27 05:33:59 +00:00
* 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
16 lines
365 B
TOML
16 lines
365 B
TOML
[package]
|
|
name = "process_isolation"
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
version = { workspace = true }
|
|
publish = { workspace = true }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
ctor = { workspace = true }
|
|
desktop_core = { path = "../core" }
|
|
libc = { workspace = true }
|
|
tracing = { workspace = true }
|