Bug 1928997: Update tabs icon in Unified Search popup r=desktop-theme-reviewers,daleh...
[gecko.git] / security / manager / ssl / builtins / Cargo.toml
blob0f182b1277813c488b48f1f72ebcf148f414c8ec
1 [package]
2 name = "builtins-static"
3 version = "0.1.0"
4 authors = ["John Schanck <jschanck@mozilla.com>"]
5 edition = "2021"
6 license = "MPL-2.0"
8 [dependencies]
9 pkcs11-bindings = "0.1.1"
10 smallvec = { version = "1.9.0", features = ["const_new"] }
11 mozilla-central-workspace-hack = { version = "0.1", features = ["builtins-static"], optional = true }
13 [build-dependencies]
14 bindgen = { default-features = false, features = ["runtime"], version = "0.69" }
15 mozbuild = "0.1"
16 nom = "7.1.1"
18 [lib]
19 crate-type = ["staticlib"]