Files
Wez Furlong 352ada5042 clippy: address all current clippy issues
Migrate the clippy allowlist from the clunky list in the Makefile
to the workspace config, and ensure that all crates reference it.
2026-08-27 14:38:48 +01:00

16 lines
356 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"]}
[lints]
workspace = true