mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-21 03:48:17 +00:00
8cb8b3fa7e
These are more immediately useful to me for writing tests, but are generally useful when you have a policy that might need to to deal with legacy encoding schemes more directly.
12 lines
255 B
TOML
12 lines
255 B
TOML
[package]
|
|
name = "mod-encode"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = {workspace=true}
|
|
charset-normalizer-rs.workspace = true
|
|
config = {path="../config"}
|
|
data-encoding = {workspace=true}
|
|
mlua = {workspace=true, features=["serialize"]}
|