Cargo.toml (294B)
1 [package] 2 name = "idna_glue" 3 version = "0.1.0" 4 edition = "2021" 5 license = "MPL-2.0" 6 7 [dependencies] 8 idna = "1.0.2" 9 arraystring = "0.3.0" 10 percent-encoding = "2.3.1" 11 nsstring = { path = "../../../xpcom/rust/nsstring" } 12 nserror = { path = "../../../xpcom/rust/nserror" } 13 14 [features] 15 mailnews = []