Bug 1829125 - Align the PHC area to the jemalloc chunk size r=glandium
[gecko.git] / services / common / app_services_logger / Cargo.toml
blobd68c378845d49c049edad4f9c9f0529e05a8095f
1 [package]
2 name = "app_services_logger"
3 version = "0.1.0"
4 authors = ["lougeniac64 <lougeniaC64@users.noreply.github.com>"]
5 edition = "2018"
6 license = "MPL-2.0"
8 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10 [dependencies]
11 cstr = "0.2"
12 golden_gate = { path = "../../../services/sync/golden_gate" }
13 log = "0.4"
14 once_cell = "1.4.0"
15 nserror = { path = "../../../xpcom/rust/nserror" }
16 nsstring = { path = "../../../xpcom/rust/nsstring" }
17 xpcom = { path = "../../../xpcom/rust/xpcom" }