diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"] } |