♻️ Refactoriza para integrar config-rs en PageTop
This commit is contained in:
parent
81852a66c8
commit
4daab33499
1 changed files with 4 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ categories = [
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.57"
|
async-trait = "0.1.57"
|
||||||
concat-string = "1.0.1"
|
concat-string = "1.0.1"
|
||||||
|
doc-comment = "0.3.3"
|
||||||
figlet-rs = "0.1.4"
|
figlet-rs = "0.1.4"
|
||||||
futures = "0.3.24"
|
futures = "0.3.24"
|
||||||
once_cell = "1.15.0"
|
once_cell = "1.15.0"
|
||||||
|
|
@ -32,7 +33,9 @@ substring = "1.4.5"
|
||||||
term_size = "0.3.2"
|
term_size = "0.3.2"
|
||||||
url = "2.3.1"
|
url = "2.3.1"
|
||||||
|
|
||||||
config_rs = { package = "config", version = "0.13.2", features = ["toml"] }
|
serde = "1.0"
|
||||||
|
nom = "7.1.1"
|
||||||
|
toml = "0.5.9"
|
||||||
|
|
||||||
tracing = "0.1.36"
|
tracing = "0.1.36"
|
||||||
tracing-appender = "0.2.2"
|
tracing-appender = "0.2.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue