summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/ipcclientcerts/Cargo.toml
blob: 3ed9e61907267e8aa2590bd3397c0a114baef815 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "ipcclientcerts-static"
version = "0.1.0"
authors = ["Dana Keeler <dkeeler@mozilla.com>"]
edition = "2018"
license = "MPL-2.0"

[dependencies]
byteorder = "1.3"
pkcs11-bindings = "0.1"
rsclientcerts = { path = "../rsclientcerts" }
sha2 = "0.10.2"

[lib]
crate-type = ["staticlib"]