X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;ds=sidebyside;f=backend%2FCargo.toml;h=6e21efe4e93cfcfbb887f74610a73734d3d6e458;hb=dcf7523ccf6cae4e7d1d38fcbd85bc0b2d0e1703;hp=c86c0bd2cc67569559120cca5337b48288596c82;hpb=d83b56c6428a145b3cf83ffb1dcad0eb095c8054;p=recipes.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index c86c0bd..6e21efe 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -13,10 +13,9 @@ 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.9" -env_logger = "0.7" common = { path = "../common" } [dependencies.rusqlite] -version = "0.22" -features = ["bundled"] \ No newline at end of file +version = "0.23" +features = ["bundled"]