mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-21 03:48:17 +00:00
13 lines
330 B
TOML
13 lines
330 B
TOML
[package]
|
|
name = "mod-sqlite"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = {workspace=true}
|
|
config = {path="../config"}
|
|
mlua = {workspace=true, features=["vendored", "lua54", "async", "send", "serialize"]}
|
|
serde_json = {workspace=true}
|
|
sqlite = {workspace=true}
|
|
tokio = {workspace=true, features=["rt", "tracing"]}
|