summaryrefslogtreecommitdiffstats
path: root/toolkit/components/telemetry/dap/ffi-gtest/Cargo.toml
blob: abad140b7d7b24a0a2de8017b69b636a67897de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "dap_ffi-gtest"
version = "0.1.0"
authors = [
    "Simon Friedberger <simon@mozilla.com>",
]
license = "MPL-2.0"
description = "Tests for Rust code for DAP; mainly encoding and NSS bindings."
edition = "2021"

[dependencies]
dap_ffi = { path = "../ffi" }
hex = { version = "0.4.3", features = ["serde"] }
prio = {version = "0.15.3", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }

[lib]
path = "test.rs"