[package] name = "fog-gtest" version = "0.1.0" authors = ["glean-team@mozilla.com"] license = "MPL-2.0" description = "Tests for the FOG crate" [dependencies] firefox-on-glean = { path = "../../api" } jog = { path = "../../bindings/jog" } nsstring = { path = "../../../../../xpcom/rust/nsstring" } [lib] path = "test.rs"