mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-13 05:52:13 +00:00
11 lines
244 B
TOML
11 lines
244 B
TOML
[package]
|
|
name = "mod-string"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = {workspace=true}
|
|
config = {path="../config"}
|
|
mlua = {workspace=true, features=["vendored", "lua54", "async", "send", "serialize"]}
|
|
psl = {workspace=true}
|