Add sqlite dependency

This commit is contained in:
Grégory Burri 2019-08-12 13:16:41 +02:00
parent a965214304
commit b17eb74c81
2 changed files with 51 additions and 14 deletions

View 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"
itertools = "0.8"
sqlite = "0.25"