mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-08 11:38:56 +00:00
Migrate the clippy allowlist from the clunky list in the Makefile to the workspace config, and ensure that all crates reference it.
15 lines
281 B
TOML
15 lines
281 B
TOML
[package]
|
|
name = "mod-encode"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = {workspace=true}
|
|
charset-normalizer-rs.workspace = true
|
|
config = {path="../config"}
|
|
data-encoding = {workspace=true}
|
|
mlua = {workspace=true, features=["serialize"]}
|
|
|
|
[lints]
|
|
workspace = true
|