Files
moli/moli-encoding/Cargo.toml

14 lines
267 B
TOML

[package]
license.workspace = true
name = "moli-encoding"
version = "0.1.0"
edition = "2024"
[dependencies]
encoding_rs = "0.8"
moli-charset-parser = { path = "../moli-charset-parser" }
moli-content-type = { path = "../moli-content-type" }
[lints]
workspace = true