From fe0d0196f133bd902b176aa02119b7f2a49ebc35 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 26 Jan 2022 14:31:42 +0100 Subject: Read database path from arguments --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2c971db..95f0f5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,6 @@ rusqlite = { version = "0.26", features = [ "chrono" ] } rusqlite_migration = "0.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" +structopt = "0.3" termion = "1.5" tui = "0.16" -- cgit v1.2.3