Cargo.toml (334B)
1 [package] 2 name = "static_prefs" 3 version = "0.1.0" 4 authors = ["Nicholas Nethercote <nnethercote@mozilla.com>"] 5 edition = "2018" 6 license = "MPL-2.0" 7 8 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 9 10 [dependencies] 11 mozbuild = "0.1" 12 nsstring = { path = "../../../../xpcom/rust/nsstring" }