Refactor config
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -21,9 +21,18 @@ scraper = "0.24.0"
|
||||
rat-cursor = "1.2.1"
|
||||
serde_json = "1.0.145"
|
||||
image = "0.25.8"
|
||||
colored = "3.0.0"
|
||||
log = "0.4.28"
|
||||
num_cpus = "1.17.0"
|
||||
sys-locale = "0.3.2"
|
||||
jemallocator = "0.5.4"
|
||||
|
||||
[dependencies.language-tags]
|
||||
version = "0.3.2"
|
||||
features = ["serde"]
|
||||
|
||||
[dependencies.indicatif]
|
||||
version = "0.18.1"
|
||||
features = ["futures", "tokio"]
|
||||
|
||||
[dependencies.rocksdb]
|
||||
version = "0.24.0"
|
||||
@@ -52,7 +61,7 @@ features = ["derive", "cargo"]
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.12.23"
|
||||
features = ["blocking", "json"]
|
||||
features = ["blocking", "json", "rustls-tls"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.47.1"
|
||||
|
||||
Reference in New Issue
Block a user