mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
This makes it possible to fuzz test the functions without exposing the module interface in the deltachat core interface. Also ensure that format_flowed will not grow a dependency on deltachat core types.
12 lines
187 B
TOML
12 lines
187 B
TOML
[package]
|
|
name = "format-flowed"
|
|
version = "1.0.0"
|
|
description = "format=flowed support"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
|
|
keywords = ["email"]
|
|
categories = ["email"]
|
|
|
|
[dependencies]
|