summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/builtins/Cargo.toml
blob: df54db849119696a0fe59d1b13e2d969cfd3ad00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "builtins-static"
version = "0.1.0"
authors = ["John Schanck <jschanck@mozilla.com>"]
edition = "2021"
license = "MPL-2.0"

[dependencies]
pkcs11-bindings = "0.1.1"
smallvec = { version = "1.9.0", features = ["const_new"] }

[build-dependencies]
bindgen = { default-features = false, features = ["runtime"], version = "0.64" }
nom = "7.1.1"

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