summaryrefslogtreecommitdiffstats
path: root/toolkit/components/telemetry/dap/ffi/Cargo.toml
blob: 412e98eb805c8e1ccb10b2811ce4d43c49a36dbd (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.9.0", default-features = false }
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
rand = "0.8"