From 85b6ca9362896237b2abd298ffd96ee2af832001 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Fri, 27 Aug 2021 12:33:08 -0300 Subject: [PATCH] Seems I b0rked the version --- lib/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 49e2e49..756a4f2 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -3,6 +3,7 @@ name = "lib" version = "0.1.0" edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] +directories = "3.0" +sqlx = { version = "0.5", default-features = false, features = [ "sqlite", "chrono", "macros", "migrate", "runtime-tokio-rustls"] } +tokio = { version = "1.6", features = [ "rt", "macros" ] }