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