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