summaryrefslogtreecommitdiffstats
path: root/toolkit/crashreporter/client/cocoabind/Cargo.toml
blob: 70a0f36582c6d334d3d6b7420a14f578549e2648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "cocoabind"
version = "0.1.0"
edition = "2021"

[dependencies]
block = "0.1"
objc = "0.2"

[build-dependencies]
bindgen = { version = "0.69", default-features = false, features = ["runtime"] }
mozbuild = "0.1.0"