trisquel-icecat/icecat/netwerk/base/rust-helper/Cargo.toml
2025-10-06 02:35:48 -06:00

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"] }