mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 16:01:25 +00:00
14 lines
267 B
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
|