From fecb211130ec487c7c617d28419c6d0097f19783 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sat, 17 May 2025 23:30:07 -0400 Subject: feat: wikipedia module --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6d0adf7..e9db808 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,11 @@ edition = "2021" [dependencies] chrono = "0.4.40" color-eyre = "0.6.3" +percent-encoding = "2.3.1" ratatui = "0.29.0" +regex = "1.11.1" reqwest = { version = "0.12.12", features = ["blocking", "json"] } +select = "0.6.1" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.138" tokio = "1.43.0" -- cgit v1.2.3