mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-07 05:52:45 +08:00
feat: v0.8.5 && update dependencies && fix `deprecated` warning for `mail-parser-wasm-worker`
14 lines
226 B
TOML
14 lines
226 B
TOML
[package]
|
|
name = "mail-parser-wasm"
|
|
version = "0.2.1"
|
|
edition = "2021"
|
|
description = "A simple mail parser for wasm"
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
mail-parser = "0.9.4"
|
|
wasm-bindgen = "0.2.99"
|