From 3d9db9f9554f8dfe2581a8bfb18f52d434bdd37a Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Fri, 21 Oct 2022 21:08:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20[pagetop]=20Correcci=C3=B3n=20pa?= =?UTF-8?q?ra=20publicar=20en=20crates.io?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagetop/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pagetop/Cargo.toml b/pagetop/Cargo.toml index 2f32a219..2024c8df 100644 --- a/pagetop/Cargo.toml +++ b/pagetop/Cargo.toml @@ -26,16 +26,14 @@ async-trait = "0.1.58" concat-string = "1.0.1" figlet-rs = "0.1.4" futures = "0.3.25" +nom = "7.1.1" once_cell = "1.15.0" paste = "1.0.9" substring = "1.4.5" term_size = "0.3.2" +toml = "0.5.9" url = "2.3.1" -serde = "1.0" -nom = "7.1.1" -toml = "0.5.9" - tracing = "0.1.37" tracing-appender = "0.2.2" tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] } @@ -52,6 +50,8 @@ 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"]