1[package]
2name = "fog"
3version = "0.1.0"
4authors = ["Glean SDK team <glean-team@mozilla.com>"]
5edition = "2018"
6license = "MPL-2.0"
7
8[dependencies]
9glean-core = "31.0.2"
10log = "0.4"
11nserror = { path = "../../../xpcom/rust/nserror" }
12nsstring = { path = "../../../xpcom/rust/nsstring" }
13static_prefs = { path = "../../../modules/libpref/init/static_prefs" }
14xpcom = { path = "../../../xpcom/rust/xpcom" }
15once_cell = "1.2.0"
16glean = { path = "./api" }
17