1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 11:03:30 +00:00
Files
browser/apps/desktop/memory_security/Cargo.toml
2025-08-24 04:47:16 +02:00

12 lines
149 B
TOML

[package]
name = "memory-security"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
ctor = "0.5.0"
libc = "0.2.175"