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

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