mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 11:03:30 +00:00
12 lines
149 B
TOML
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"
|