summaryrefslogtreecommitdiffstats
path: root/dom/fs/parent/rust/mime-guess-ffi/Cargo.toml
blob: 3256f95f9689e6fa42514a0a1952207d10f43b33 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "mime-guess-ffi"
version = "0.1.0"
license = "MPL-2.0"
authors = ["The Mozilla Project Developers"]

[dependencies]
mime_guess = "2.0.4"
nsstring = { path = "../../../../../xpcom/rust/nsstring" }