diff options
Diffstat (limited to 'third_party/rust/nss_sys/Cargo.toml')
-rw-r--r-- | third_party/rust/nss_sys/Cargo.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/third_party/rust/nss_sys/Cargo.toml b/third_party/rust/nss_sys/Cargo.toml new file mode 100644 index 0000000000..2b44696962 --- /dev/null +++ b/third_party/rust/nss_sys/Cargo.toml @@ -0,0 +1,19 @@ +[package] +name = "nss_sys" +version = "0.1.0" +authors = ["application-services@mozilla.com"] +edition = "2018" +license = "MPL-2.0" + +[lib] +crate-type = ["lib"] + +[dependencies] +libsqlite3-sys = { version = "0.20.1", features = ["bundled"] } + +[build-dependencies] +nss_build_common = {path = "../nss_build_common"} + +[features] +default = [] +gecko = [] |