mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-06 18:48:57 +00:00
11 lines
216 B
TOML
11 lines
216 B
TOML
[package]
|
|
name = "mod-encode"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = {workspace=true}
|
|
config = {path="../config"}
|
|
data-encoding = {workspace=true}
|
|
mlua = {workspace=true, features=["serialize"]}
|