mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 00:01:25 +00:00
13 lines
188 B
TOML
13 lines
188 B
TOML
[package]
|
|
license.workspace = true
|
|
name = "moli-encoding-detector"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
compact-enc-det = "0.1"
|
|
encoding_rs = "0.8"
|
|
|
|
[lints]
|
|
workspace = true
|