mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 13:13:22 +00:00
16 lines
331 B
TOML
16 lines
331 B
TOML
[package]
|
|
name = "process_isolation"
|
|
edition = { workspace = true }
|
|
license = { workspace = true }
|
|
version = { workspace = true }
|
|
publish = { workspace = true }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
ctor = { workspace = true }
|
|
desktop_core = { path = "../core" }
|
|
libc = { workspace = true }
|
|
tracing = { workspace = true }
|