feat: add security-framework

This commit is contained in:
2022-10-16 19:45:34 +08:00
parent e972998e09
commit 9ab7685f2d
3 changed files with 132 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "security-framework"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
core-foundation = "0.9.3"
security-framework = { version = "2.7.0", features = ["OSX_10_14"] }