From f77e41d526a64af26508d590a4a08426290aa7e5 Mon Sep 17 00:00:00 2001 From: Mroik Date: Mon, 16 Feb 2026 05:55:55 +0100 Subject: Add permanent quote file support Quote file can be placed under `$HOME/.config/marika-finger-blaster/quotes.json` --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 01c0792..c5e7235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,10 @@ version = "0.0.2" edition = "2024" [dependencies] +anyhow = "1.0.101" clap = { version = "4.5.27", features = ["derive"] } crossterm = "0.28.1" rand = "0.8.5" +serde = { version = "1.0.228", features = ["derive"] } +serde_json = "1.0.149" tokio = { version = "1.43.1", features = ["sync", "macros", "rt", "rt-multi-thread", "time"] } -- cgit v1.3