From 924b10b0cd6c09fa7afa58e6f7a068646d1e56af Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 14 Oct 2024 22:30:47 +0200 Subject: Use nom to parse lines --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1f22eb6..906a2ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ anyhow = "1.0" chrono = "0.4" clap = { version = "4.4", features = ["derive"] } crossterm = { version = "0.27" } +nom = { version = "7.1", features = ["alloc"] } rusqlite = { version = "0.29", features = [ "chrono" ] } rusqlite_migration = "1.0" serde = { version = "1.0", features = ["derive"] } -- cgit v1.2.3