Cargo.toml (442B)
1 [package] 2 edition = "2021" 3 name = "netwerk_helper" 4 version = "0.0.1" 5 authors = ["Jeff Hemphill <jthemphill@mozilla.com>"] 6 license = "MPL-2.0" 7 8 [dependencies] 9 nserror = { path = "../../../xpcom/rust/nserror" } 10 nsstring = { path = "../../../xpcom/rust/nsstring" } 11 thin-vec = { version = "0.2.1", features = ["gecko-ffi"] } 12 13 [target.'cfg(windows)'.dependencies] 14 windows-sys = { version = "0.52", features = [ 15 "Win32_Storage_FileSystem", 16 ] }