blob: 9c8a1ec83b94e61159469ed6566f888dcae68ad8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "xpcom"
version = "0.1.0"
authors = ["Nika Layzell <nika@thelayzells.com>"]
edition = "2018"
license = "MPL-2.0"
[dependencies]
cstr = "0.2"
libc = "0.2"
nsstring = { path = "../nsstring" }
nserror = { path = "../nserror" }
threadbound = "0.1"
xpcom_macros = { path = "xpcom_macros" }
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
mozbuild = "0.1"
[features]
thread_sanitizer = []
gecko_refcount_logging = []
|