12 lines
264 B
TOML
12 lines
264 B
TOML
[package]
|
|
name = "quickpeep_html_charset_detection"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
encoding_rs = "0.8.31"
|
|
subslice = "0.2.3"
|
|
chardetng = "0.1.17"
|