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