10 lines
266 B
TOML
10 lines
266 B
TOML
[package]
|
|
name = "mime-guess-ffi"
|
|
version = "0.1.0"
|
|
license = "MPL-2.0"
|
|
authors = ["The GNU Project Developers"]
|
|
|
|
[dependencies]
|
|
mime_guess = "2.0.4"
|
|
nserror = { path = "../../../../../xpcom/rust/nserror" }
|
|
nsstring = { path = "../../../../../xpcom/rust/nsstring" }
|