Update dependencies
This commit is contained in:
parent
d977e4bec3
commit
17ba6f86d2
2 changed files with 143 additions and 54 deletions
|
|
@ -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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue