11 lines
321 B
TOML
11 lines
321 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "netwerk_helper"
|
|
version = "0.0.1"
|
|
authors = ["Jeff Hemphill <jthemphill@mozilla.com>"]
|
|
license = "MPL-2.0"
|
|
|
|
[dependencies]
|
|
nserror = { path = "../../../xpcom/rust/nserror" }
|
|
nsstring = { path = "../../../xpcom/rust/nsstring" }
|
|
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
|