X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2FCargo.toml;h=f243d4dee715dd7761059ce463f42c5755a9ba8b;hb=07df45487b358683b69c46640d73525974e18d54;hp=da94703c35798af15edac361b0903b5491c5eb6d;hpb=a372187c8df325929066b1da189d5f81d5e2a822;p=recipes.git diff --git a/backend/Cargo.toml b/backend/Cargo.toml index da94703..f243d4d 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -12,6 +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.7" common = { path = "../common" } + +[dependencies.rusqlite] +version = "0.20" +features = ["bundled"] \ No newline at end of file