Packages
ex_openssl
0.1.3
Elixir NIF wrapper for `gpgme`.
Retired package: Deprecated - This package is no longer maintained
Current section
Files
Jump to
Current section
Files
native/exopenssl/Cargo.toml
[package]
name = "exopenssl"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "exopenssl"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.20.0"
rustler_codegen = "0.20.0"
lazy_static = "1.2"
openssl = { git = "https://github.com/jshmrtn/rust-openssl.git", branch = "feature/pkcs7" }