🧑💻 Simplifica uso de archivos de configuración
This commit is contained in:
parent
df6eaf19cc
commit
68af9caef0
16 changed files with 216 additions and 202 deletions
|
|
@ -24,7 +24,6 @@ categories = [
|
|||
[dependencies]
|
||||
async-trait = "0.1.57"
|
||||
concat-string = "1.0.1"
|
||||
doc-comment = "0.3.3"
|
||||
figlet-rs = "0.1.4"
|
||||
futures = "0.3.24"
|
||||
once_cell = "1.15.0"
|
||||
|
|
@ -33,7 +32,7 @@ substring = "1.4.5"
|
|||
term_size = "0.3.2"
|
||||
url = "2.3.1"
|
||||
|
||||
config_rs = { package = "config", version = "0.11.0", features = ["toml"] }
|
||||
config_rs = { package = "config", version = "0.13.2", features = ["toml"] }
|
||||
|
||||
tracing = "0.1.36"
|
||||
tracing-appender = "0.2.2"
|
||||
|
|
@ -51,8 +50,6 @@ static-files = "0.2.3"
|
|||
|
||||
maud = { version = "0.24.0", features = ["actix-web"] }
|
||||
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
[dependencies.sea-orm]
|
||||
version = "0.9.3"
|
||||
features = ["debug-print", "macros", "runtime-async-std-native-tls"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue