Update dependencies

This commit is contained in:
Greg Burri 2019-09-03 18:37:48 +02:00
parent d977e4bec3
commit 17ba6f86d2
2 changed files with 143 additions and 54 deletions

View file

@ -12,7 +12,10 @@ 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"
sqlite = "0.25"
env_logger = "0.6"
common = { path = "../common" }
[dependencies.rusqlite]
version = "0.20"
features = ["bundled"]