summaryrefslogtreecommitdiffstats
path: root/toolkit/components/telemetry/dap/ffi/Cargo.toml
blob: dfb69e4821ecf8513657b52bfcc2b72db3429bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "dap_ffi"
version = "0.1.0"
edition = "2021"
authors = [
	"Simon Friedberger <simon@mozilla.com>",
]
license = "MPL-2.0"

[dependencies]
prio = {version = "0.15.3", default-features = false }
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
rand = "0.8"