From 22c8553af68c6f5b2c62ba790e06b249ac82ed2a Mon Sep 17 00:00:00 2001 From: "Julian T." Date: Mon, 29 Apr 2024 22:25:47 +0200 Subject: Add beginnning ui and database --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a14bbdd..cfe8bb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] +tokio = { version="1", features=["full"] } crossterm = "0.27.0" ratatui = "0.26.2" +sqlx = { version = "0.7", features = ["runtime-tokio", "sqlite"] } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3