[package] name = "fog_control" version = "0.1.0" authors = ["Glean SDK team "] edition = "2018" license = "MPL-2.0" [dependencies] glean = "33.10.2" glean-core = { version = "33.10.2", features = ["rkv-safe-mode"] } log = "0.4" nserror = { path = "../../../xpcom/rust/nserror" } nsstring = { path = "../../../xpcom/rust/nsstring" } static_prefs = { path = "../../../modules/libpref/init/static_prefs" } xpcom = { path = "../../../xpcom/rust/xpcom" } once_cell = "1.2.0" fog = { path = "./api" } cstr = "0.2" viaduct = { git = "https://github.com/mozilla/application-services", rev = "8a576fbe79199fa8664f64285524017f74ebcc5f" } # Copied from toolkit/library/rust/shared/Cargo.toml url = "2.1" # Copied from viaduct's deps, see https://github.com/mozilla/application-services/issues/3062 [features] with_gecko = ["fog/with_gecko"]