Cargo.toml (831B)
1 [package] 2 name = "mls_gk" 3 version = "0.1.0" 4 edition = "2021" 5 license = "Apache-2.0 OR MIT" 6 7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 8 9 [dependencies] 10 nserror = { path = "../../../xpcom/rust/nserror" } 11 nsstring = { path = "../../../xpcom/rust/nsstring" } 12 xpcom = { path = "../../../xpcom/rust/xpcom" } 13 static_prefs = { path = "../../../modules/libpref/init/static_prefs" } 14 15 mls-platform-api = { git = "https://github.com/beurdouche/mls-platform-api", rev="3acd8e7de512940207d45477a6034a38a9424652", features = ["gecko"] } 16 nss-gk-api = { git = "https://github.com/beurdouche/nss-gk-api", rev = "e48a946811ffd64abc78de3ee284957d8d1c0d63", default-features = false } 17 thin-vec = { version = "^0.2.12", features = ["gecko-ffi"] } 18 hex = "^0.4.3" 19 rusqlite = "^0.37.0" 20 log = "^0.4.20"