mirror of
https://gitee.com/openharmony/third_party_rust_mime
synced 2024-11-27 06:51:06 +00:00
14 lines
367 B
TOML
14 lines
367 B
TOML
[package]
|
|
|
|
name = "mime"
|
|
version = "0.3.7" # remember to update html_root_url
|
|
authors = ["Sean McArthur <sean@seanmonstar.com>"]
|
|
license = "MIT/Apache-2.0"
|
|
description = "Strongly Typed Mimes"
|
|
documentation = "https://docs.rs/mime"
|
|
repository = "https://github.com/hyperium/mime"
|
|
keywords = ["mime", "media-extensions", "media-types"]
|
|
|
|
[dependencies]
|
|
unicase = "2.0"
|