mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 00:59:02 +03:00
feat: guess plain text encoding then set content-type charset (#186)
This commit is contained in:
12
Cargo.lock
generated
12
Cargo.lock
generated
@@ -204,6 +204,17 @@ version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "chardetng"
|
||||
version = "0.1.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"encoding_rs",
|
||||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.23"
|
||||
@@ -425,6 +436,7 @@ dependencies = [
|
||||
"async-stream",
|
||||
"async_zip",
|
||||
"base64 0.21.0",
|
||||
"chardetng",
|
||||
"chrono",
|
||||
"clap",
|
||||
"clap_complete",
|
||||
|
||||
Reference in New Issue
Block a user