Do this by upgrading `application-services` repos to a commit that _only_ differs from the current one in its `rusqlite` dependency. Differential Revision: https://phabricator.services.mozilla.com/D244233
21 lines
831 B
TOML
21 lines
831 B
TOML
[package]
|
|
name = "mls_gk"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
nserror = { path = "../../../xpcom/rust/nserror" }
|
|
nsstring = { path = "../../../xpcom/rust/nsstring" }
|
|
xpcom = { path = "../../../xpcom/rust/xpcom" }
|
|
static_prefs = { path = "../../../modules/libpref/init/static_prefs" }
|
|
|
|
mls-platform-api = { git = "https://github.com/beurdouche/mls-platform-api", rev="5d88241b9765cae3669aba21f0946bd3700f7db1", features = ["gecko"] }
|
|
nss-gk-api = { git = "https://github.com/beurdouche/nss-gk-api", rev = "e48a946811ffd64abc78de3ee284957d8d1c0d63", default-features = false }
|
|
thin-vec = { version = "^0.2.12", features = ["gecko-ffi"] }
|
|
hex = "^0.4.3"
|
|
rusqlite = "^0.33.0"
|
|
log = "^0.4.20"
|