[package] edition = "2021" name = "netwerk_helper" version = "0.0.1" authors = ["Jeff Hemphill "] license = "MPL-2.0" [dependencies] nserror = { path = "../../../xpcom/rust/nserror" } nsstring = { path = "../../../xpcom/rust/nsstring" } thin-vec = { version = "0.2.1", features = ["gecko-ffi"] } [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.52", features = [ "Win32_Storage_FileSystem", ] }