Cargo.toml (375B)
1 [package] 2 name = "uritemplate_glue" 3 version = "0.1.0" 4 authors = ["The Mozilla Necko Team <necko@mozilla.com>"] 5 edition = "2021" 6 license = "MPL-2.0" 7 8 [lib] 9 name = "uritemplate_glue" 10 11 [dependencies] 12 uritemplate-next = "0.2.0" 13 nserror = { path = "../../../xpcom/rust/nserror" } 14 nsstring = { path = "../../../xpcom/rust/nsstring" } 15 xpcom = { path = "../../../xpcom/rust/xpcom" }