From 2acec90f5c1576e3fbceff218f781225ee6efdb7 Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Wed, 11 Sep 2024 18:14:35 +1200 Subject: feat: initial work on nom parsers --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0937cad..28f9cb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" [dependencies] futures-util = "0.3.30" +nom = "7.1.3" reqwest = "0.12.7" scraper = "0.20.0" serde = { version = "1.0.209", features = ["derive"] } -- cgit 1.4.1