Add sqlite dependency
[recipes.git] / Cargo.toml
index 2fb9942..2a429cb 100644 (file)
@@ -11,4 +11,5 @@ askama = "0.8" # Template system
 serde = { version = "1.0", features = ["derive"] }
 listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug).
 ron = "0.5" # Rust object notation, to load configuration files.
-itertools = "0.8"
\ No newline at end of file
+itertools = "0.8"
+sqlite = "0.25"