Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git] / security / manager / ssl / data_storage / Cargo.toml
bloba90b44c69df2055fb7b9036f5dd54e59632bfbdc
1 [package]
2 name = "data_storage"
3 version = "0.0.1"
4 edition = "2021"
5 license = "MPL-2.0"
7 [dependencies]
8 byteorder = "1"
9 cstr = "0.2"
10 firefox-on-glean = { path = "../../../../toolkit/components/glean/api" }
11 log = "0.4"
12 malloc_size_of_derive = { path = "../../../../xpcom/rust/malloc_size_of_derive" }
13 moz_task = { path = "../../../../xpcom/rust/moz_task" }
14 nserror = { path = "../../../../xpcom/rust/nserror" }
15 nsstring = { path = "../../../../xpcom/rust/nsstring" }
16 thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
17 wr_malloc_size_of = { path = "../../../../gfx/wr/wr_malloc_size_of" }
18 xpcom = { path = "../../../../xpcom/rust/xpcom" }