trisquel-icecat/icecat/toolkit/components/glean/tests/gtest/Cargo.toml
2025-10-06 02:35:48 -06:00

15 lines
339 B
TOML

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