Files
kumomta/crates/mod-encode/Cargo.toml
T
Wez Furlong 8cb8b3fa7e new: kumo.encode.charset_decode/kumo.encode.charset_encode
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.
2026-03-28 07:20:34 +00:00

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"]}