Cargo.toml (356B)
1 [package] 2 edition = "2015" 3 name = "storage_variant" 4 version = "0.1.0" 5 authors = [ 6 "Lina Cambridge <lina@yakshaving.ninja>", 7 "Myk Melez <myk@mykzilla.org>" 8 ] 9 license = "MPL-2.0" 10 11 [dependencies] 12 libc = "0.2" 13 nserror = { path = "../../xpcom/rust/nserror" } 14 nsstring = { path = "../../xpcom/rust/nsstring" } 15 xpcom = { path = "../../xpcom/rust/xpcom" }