mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-11 09:59:46 +08:00
14 lines
226 B
TOML
14 lines
226 B
TOML
[package]
|
|
name = "mail-parser-wasm"
|
|
version = "0.1.8"
|
|
edition = "2021"
|
|
description = "A simple mail parser for wasm"
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
mail-parser = "0.9.3"
|
|
wasm-bindgen = "0.2.92"
|