Cargo.toml (351B)
1 [package] 2 name = "dom_fragmentdirectives" 3 version = "0.1.0" 4 authors = ["Jan Jaeschke <jjaschke@mozilla.com>"] 5 edition = "2021" 6 license = "MPL-2.0" 7 8 [dependencies] 9 rayon = "1" 10 nsstring = { path = "../../../xpcom/rust/nsstring/" } 11 thin-vec = { version = "0.2.1", features = ["gecko-ffi"] } 12 percent-encoding = { version = "2.3.1" } 13 [lib] 14 path = "lib.rs"