Add sqlite dependency
This commit is contained in:
parent
a965214304
commit
b17eb74c81
2 changed files with 51 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue