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

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