mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-09-05 00:00:45 +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"]}
|